aboutsummaryrefslogtreecommitdiff
path: root/engines/m4
diff options
context:
space:
mode:
authorMax Horn2011-04-14 14:42:21 +0200
committerMax Horn2011-04-14 14:42:21 +0200
commit8aa6d25c7776ca0a9ee1e5ea85f6b65e10813a98 (patch)
tree0315de3d4386381a0a16618a5dbd6a978d8ca8fc /engines/m4
parent2e095e25f2435f0d066d2826176e394bda5c4a9c (diff)
downloadscummvm-rg350-8aa6d25c7776ca0a9ee1e5ea85f6b65e10813a98.tar.gz
scummvm-rg350-8aa6d25c7776ca0a9ee1e5ea85f6b65e10813a98.tar.bz2
scummvm-rg350-8aa6d25c7776ca0a9ee1e5ea85f6b65e10813a98.zip
ALL: centerd -> centered
Diffstat (limited to 'engines/m4')
-rw-r--r--engines/m4/mads_menus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/mads_menus.cpp b/engines/m4/mads_menus.cpp
index 6d16882eca..4ca8154793 100644
--- a/engines/m4/mads_menus.cpp
+++ b/engines/m4/mads_menus.cpp
@@ -699,7 +699,7 @@ void RexDialogView::onRefresh(RectList *rects, M4Surface *destSurface) {
hLine(0, width(), MADS_Y_OFFSET - 2);
hLine(0, width(), MADS_Y_OFFSET + MADS_SURFACE_HEIGHT + 2);
- // Add in the loaded background vertically centerd
+ // Add in the loaded background vertically centered
_backgroundSurface->copyTo(this, 0, (height() - MADS_SURFACE_HEIGHT) / 2);
// Check whether any of the dialog text entries need to be refreshed