diff options
author | Joost Peters | 2004-08-25 22:32:15 +0000 |
---|---|---|
committer | Joost Peters | 2004-08-25 22:32:15 +0000 |
commit | 18758f1b9426b3bd51556e085951e1cb95b6a4f5 (patch) | |
tree | 98e3976c72b5d4f60cd8c819fa0ab95aaf55e7ec | |
parent | 65729bcff5340774a45bc20661d759ffd09f5de8 (diff) | |
download | scummvm-rg350-18758f1b9426b3bd51556e085951e1cb95b6a4f5.tar.gz scummvm-rg350-18758f1b9426b3bd51556e085951e1cb95b6a4f5.tar.bz2 scummvm-rg350-18758f1b9426b3bd51556e085951e1cb95b6a4f5.zip |
typo
svn-id: r14755
-rw-r--r-- | sky/control.cpp | 2 |
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); |