aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2011-04-18 17:43:26 +0200
committerMax Horn2011-04-18 18:22:03 +0200
commit7ccba1fced2f35a49b396ec58081e5bf084b6cab (patch)
treeae25dd5571ae0764cc11cc5e257d06474309aeab /common
parentbac8fa70fdd4c32d06288b3579ee30ba40e77ece (diff)
downloadscummvm-rg350-7ccba1fced2f35a49b396ec58081e5bf084b6cab.tar.gz
scummvm-rg350-7ccba1fced2f35a49b396ec58081e5bf084b6cab.tar.bz2
scummvm-rg350-7ccba1fced2f35a49b396ec58081e5bf084b6cab.zip
COMMON: Fix typo
Diffstat (limited to 'common')
-rw-r--r--common/error.h2
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