diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:44:37 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:28 +0100 |
commit | 993a863f45fa63d78cfa1cf46df31c85bf541463 (patch) | |
tree | 60a64ffce4b532d6ed19a83b28d3819c4def6950 /starmath/inc/document.hxx | |
parent | 461ecf5cf4be2be9a752cb42aa0c0ad9549f1149 (diff) |
typo: mayby -> maybe
Diffstat (limited to 'starmath/inc/document.hxx')
-rw-r--r-- | starmath/inc/document.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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). |