diff options
author | Max Horn | 2011-04-18 17:43:26 +0200 |
---|---|---|
committer | Max Horn | 2011-04-18 18:22:03 +0200 |
commit | 7ccba1fced2f35a49b396ec58081e5bf084b6cab (patch) | |
tree | ae25dd5571ae0764cc11cc5e257d06474309aeab | |
parent | bac8fa70fdd4c32d06288b3579ee30ba40e77ece (diff) | |
download | scummvm-rg350-7ccba1fced2f35a49b396ec58081e5bf084b6cab.tar.gz scummvm-rg350-7ccba1fced2f35a49b396ec58081e5bf084b6cab.tar.bz2 scummvm-rg350-7ccba1fced2f35a49b396ec58081e5bf084b6cab.zip |
COMMON: Fix typo
-rw-r--r-- | common/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/error.h b/common/error.h index 9d74ccac9b..86d891b48b 100644 --- a/common/error.h +++ b/common/error.h @@ -66,7 +66,7 @@ enum ErrorCode { kWritingFailed, ///< Failure to write data -- disk full? // The following are used by --list-saves - kPluginNotFound, ///< Failed to find plugin to handle tager + kPluginNotFound, ///< Failed to find plugin to handle target kPluginNotSupportSaves, ///< Failed if plugin does not support saves kNoSavesError, ///< There are no saves to show |