aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2003-07-31 18:55:29 +0000
committerMax Horn2003-07-31 18:55:29 +0000
commit1bcdcffc7d6defa280f4c0d6a08e8cab1ebe2078 (patch)
tree756b8736b0ac8991c7a36ff9a39dd59cecd163f5 /scumm
parentc3c39a33c3ca25fdea36dd52319ff9b0cdfa8e47 (diff)
downloadscummvm-rg350-1bcdcffc7d6defa280f4c0d6a08e8cab1ebe2078.tar.gz
scummvm-rg350-1bcdcffc7d6defa280f4c0d6a08e8cab1ebe2078.tar.bz2
scummvm-rg350-1bcdcffc7d6defa280f4c0d6a08e8cab1ebe2078.zip
spelling (bug #781028)
svn-id: r9342
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index faef46e4fd..e8d1b3fdc5 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -1251,7 +1251,7 @@ load_game:
#else
char buf[1024];
#endif
- sprintf(buf, "Succesfully saved game state in file:\n\n%s", filename);
+ sprintf(buf, "Successfully saved game state in file:\n\n%s", filename);
Dialog *dialog = new MessageDialog(_newgui, buf, 1500, false);
runDialog(dialog);