Fixed typos.
authorFlorian Pose <fp@igh-essen.com>
Tue, 22 Jul 2008 14:26:21 +0000
changeset 1128 b69b2c850160
parent 1127 bd7aef6c310c
child 1129 4bc1d9f9d73c
Fixed typos.
tool/main.cpp
--- a/tool/main.cpp	Tue Jul 22 14:23:41 2008 +0000
+++ b/tool/main.cpp	Tue Jul 22 14:26:21 2008 +0000
@@ -84,7 +84,7 @@
     INIT_COMMAND(sii_read, "Output a slave's SII contents."),
     INIT_COMMAND(sii_write, "Write slave's SII contents."),
     INIT_COMMAND(states, "Request slave states."),
-    INIT_COMMAND(xml, "Generate slave information xmls."),
+    INIT_COMMAND(xml, "Generate slave information XML."),
 };
 
 static const Command *cmdEnd = commands + sizeof(commands) / sizeof(Command);
@@ -344,7 +344,7 @@
                 cmd->displayHelp();
             }
         } else {
-            cerr << "Ambigous command abbreviation! Matching:" << endl;
+            cerr << "Ambiguous command abbreviation! Matching:" << endl;
             for (ci = commands.begin(); ci != commands.end(); ci++) {
                 cerr << (*ci)->name << endl;
             }