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