aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/scriptconsole.cpp
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2009-02-15 20:40:49 +0000
committerWillem Jan Palenstijn2009-02-15 20:40:49 +0000
commitb484e828214db53176403a425c5b26065ce762af (patch)
tree5a570dee4c3ba8736cd97a4278debdb1ec0a7abf /engines/sci/engine/scriptconsole.cpp
parent3d5b349b7c881c6b208ceff7b0960a5a324b561c (diff)
downloadscummvm-rg350-b484e828214db53176403a425c5b26065ce762af.tar.gz
scummvm-rg350-b484e828214db53176403a425c5b26065ce762af.tar.bz2
scummvm-rg350-b484e828214db53176403a425c5b26065ce762af.zip
retreive->retrieve
svn-id: r38296
Diffstat (limited to 'engines/sci/engine/scriptconsole.cpp')
-rw-r--r--engines/sci/engine/scriptconsole.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/engine/scriptconsole.cpp b/engines/sci/engine/scriptconsole.cpp
index aedd685ff6..bb8c053317 100644
--- a/engines/sci/engine/scriptconsole.cpp
+++ b/engines/sci/engine/scriptconsole.cpp
@@ -217,8 +217,8 @@ con_init_dmalloc()
"Gets a mark describing\n the current heap state\n\nUSAGE\n\n dm_mark\n\n"
" The mark is written to the\n dmalloc output file and\n to sci output.\n\nSEE ALSO\n\n cm_chmark");
con_hook_command (c_dm_chmark, "dm_chmark", "s",
- "Checks changes in the\n heap state since a certain\n mark was retreived\n\n"
- "USAGE\n\n c_dm_chmark <mark>\n\n Output is written to the\n dmalloc output file.\n\n Use dm_mark to retreive a\n"
+ "Checks changes in the\n heap state since a certain\n mark was retrieved\n\n"
+ "USAGE\n\n c_dm_chmark <mark>\n\n Output is written to the\n dmalloc output file.\n\n Use dm_mark to retrieve a\n"
" mark.\n\nSEE ALSO\n\n c_dm_mark");
con_hook_command (c_dm_print, "dm_print", "s*",
"Prints something to the\n dmalloc output.\n\nUSAGE\n\n dm_print <text>");