aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
authorJoost Peters2004-08-25 22:32:15 +0000
committerJoost Peters2004-08-25 22:32:15 +0000
commit18758f1b9426b3bd51556e085951e1cb95b6a4f5 (patch)
tree98e3976c72b5d4f60cd8c819fa0ab95aaf55e7ec /sky
parent65729bcff5340774a45bc20661d759ffd09f5de8 (diff)
downloadscummvm-rg350-18758f1b9426b3bd51556e085951e1cb95b6a4f5.tar.gz
scummvm-rg350-18758f1b9426b3bd51556e085951e1cb95b6a4f5.tar.bz2
scummvm-rg350-18758f1b9426b3bd51556e085951e1cb95b6a4f5.zip
typo
svn-id: r14755
Diffstat (limited to 'sky')
-rw-r--r--sky/control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/control.cpp b/sky/control.cpp
index 70180b444e..b200dcd79e 100644
--- a/sky/control.cpp
+++ b/sky/control.cpp
@@ -1102,7 +1102,7 @@ void Control::doAutoSave(void) {
outf = _saveFileMan->open_savefile(fName, _savePath, true);
if (outf == NULL) {
- displayMessage(0, "Untable to create autosave file '%s' in directory '%s'", fName, _savePath);
+ displayMessage(0, "Unable to create autosave file '%s' in directory '%s'", fName, _savePath);
return;
}
uint8 *saveData = (uint8 *)malloc(0x20000);