From 993a863f45fa63d78cfa1cf46df31c85bf541463 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 29 Mar 2014 18:44:37 +0100 Subject: [PATCH] typo: mayby -> maybe --- starmath/inc/document.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index b5d9e2b280ce..7dbab078675c 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -54,7 +54,7 @@ class SmCursor; * * The printer can belong to the document or the OLE-Container. If the document * is an OLE-Document the printer generally belongs to the container too. - * But the container mayby works with a different MapUnit than the server. + * But the container maybe works with a different MapUnit than the server. * Referring to the MapMode the printer will be accordingly adjusted in the * constructor and restored in the destructor. This brings that this class * is always allowed to exists only a short time (e.g. while painting).