[Scummvm-cvs-logs] SF.net SVN: scummvm:[49488] scummvm/trunk/graphics/font.h
jvprat at users.sourceforge.net
jvprat at users.sourceforge.net
Mon Jun 7 19:17:41 CEST 2010
Revision: 49488
http://scummvm.svn.sourceforge.net/scummvm/?rev=49488&view=rev
Author: jvprat
Date: 2010-06-07 17:17:41 +0000 (Mon, 07 Jun 2010)
Log Message:
-----------
Fix some typos in a comment
Modified Paths:
--------------
scummvm/trunk/graphics/font.h
Modified: scummvm/trunk/graphics/font.h
===================================================================
--- scummvm/trunk/graphics/font.h 2010-06-07 17:14:42 UTC (rev 49487)
+++ scummvm/trunk/graphics/font.h 2010-06-07 17:17:41 UTC (rev 49488)
@@ -67,10 +67,10 @@
int getStringWidth(const Common::String &str) const;
/**
- * Take a text (which may contain newlines characters) and word wrap it so thata
+ * Take a text (which may contain newline characters) and word wrap it so that
* no text line is wider than maxWidth pixels. If necessary, additional line breaks
- * are generated, preferably between words (i.e. were whitespaces are).
- * The resulting lines are appended to the string list lines.
+ * are generated, preferably between words (i.e. where whitespaces are).
+ * The resulting lines are appended to the lines string list.
* It returns the maximal width of any of the new lines (i.e. a value which is less
* or equal to maxWidth).
*
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list