typo: mayby -> maybe

This commit is contained in:
Thomas Arnhold
2014-03-29 18:44:37 +01:00
parent 461ecf5cf4
commit 993a863f45

View File

@@ -54,7 +54,7 @@ class SmCursor;
* *
* The printer can belong to the document or the OLE-Container. If the document * 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. * 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 * Referring to the MapMode the printer will be accordingly adjusted in the
* constructor and restored in the destructor. This brings that this class * constructor and restored in the destructor. This brings that this class
* is always allowed to exists only a short time (e.g. while painting). * is always allowed to exists only a short time (e.g. while painting).