Fixing typos.

This commit is contained in:
Cas Cremers 2012-12-14 23:59:57 +01:00
parent 35045adf69
commit 1df5bf1fc3

View File

@ -428,7 +428,7 @@ switcher (const int process, int index, int commandline)
arg_pointer = argv[index]; arg_pointer = argv[index];
} }
} }
// Allright, this is the right option // Alright, this is the right option
// Enough arguments left? // Enough arguments left?
return enough_arguments_left (args, shortopt, longopt); return enough_arguments_left (args, shortopt, longopt);
} }
@ -1240,7 +1240,7 @@ switcher (const int process, int index, int commandline)
if (switches.expert) if (switches.expert)
{ {
helptext (" --one-role-per-agent", helptext (" --one-role-per-agent",
"agents are disallowd from performing multiple roles"); "agents are disallowed from performing multiple roles");
} }
} }
else else