aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
diff options
context:
space:
mode:
authorMatthew Hoops2011-05-25 10:48:13 -0400
committerMatthew Hoops2011-05-25 10:50:47 -0400
commit28301e2bd1ff9b6da313cd212b0e2695f201c85e (patch)
tree6601ec05a2dcf61e0e60a7d39e252cbac5c4496c /engines/tsage
parente18401a07c7defe7a461d2a78150748ca7833474 (diff)
downloadscummvm-rg350-28301e2bd1ff9b6da313cd212b0e2695f201c85e.tar.gz
scummvm-rg350-28301e2bd1ff9b6da313cd212b0e2695f201c85e.tar.bz2
scummvm-rg350-28301e2bd1ff9b6da313cd212b0e2695f201c85e.zip
ALL: analyse -> analyze
Diffstat (limited to 'engines/tsage')
-rw-r--r--engines/tsage/graphics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tsage/graphics.cpp b/engines/tsage/graphics.cpp
index a212c5dd77..96fd8002b6 100644
--- a/engines/tsage/graphics.cpp
+++ b/engines/tsage/graphics.cpp
@@ -1209,7 +1209,7 @@ int GfxFont::getStringWidth(const char *s) {
/**
* Returns the maximum number of characters for words that will fit into a given width
*
- * @s Message to be analysed
+ * @s Message to be analyzed
* @maxWidth Maximum allowed width
*/
int GfxFont::getStringFit(const char *&s, int maxWidth) {
@@ -1255,7 +1255,7 @@ int GfxFont::getStringFit(const char *&s, int maxWidth) {
* Fills out the passed rect with the dimensions of a given string word-wrapped to a
* maximum specified width
*
- * @s Message to be analysed
+ * @s Message to be analyzed
* @bounds Rectangle to put output size into
* @maxWidth Maximum allowed line width in pixels
*/