diff -r bd7aef6c310c -r b69b2c850160 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; }