summaryrefslogtreecommitdiffstats
path: root/src/Client/CommandParser.cpp
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-29 20:11:24 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-29 20:11:24 +0200
commitcc617dba41d5acfc43552847cdd747e7ea8c67da (patch)
tree600ebdf2bae52e48409e9f1959a7c49a8b5fcab4 /src/Client/CommandParser.cpp
parentd803fa64b8ecc94425043b4551c79273b6fee11e (diff)
downloadmad-cc617dba41d5acfc43552847cdd747e7ea8c67da.tar
mad-cc617dba41d5acfc43552847cdd747e7ea8c67da.zip
Schreibfehler korrigiert
Diffstat (limited to 'src/Client/CommandParser.cpp')
-rw-r--r--src/Client/CommandParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Client/CommandParser.cpp b/src/Client/CommandParser.cpp
index 4f1cb99..a271a7e 100644
--- a/src/Client/CommandParser.cpp
+++ b/src/Client/CommandParser.cpp
@@ -134,7 +134,7 @@ void CommandParser::listHostsCommand(const std::vector<std::string> &args) {
}
}
else {
- Common::Logger::logf(Common::Logger::ERROR, "%s: Don't unterstand argument '%s'.", args[0].c_str(), args[1].c_str());
+ Common::Logger::logf(Common::Logger::ERROR, "%s: Don't understand argument '%s'.", args[0].c_str(), args[1].c_str());
printUsage("list_hosts");
}
}