diff options
Diffstat (limited to 'src/lib/kdm_cli.cc')
| -rw-r--r-- | src/lib/kdm_cli.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/kdm_cli.cc b/src/lib/kdm_cli.cc index 20cbf33e6..686d2b4a1 100644 --- a/src/lib/kdm_cli.cc +++ b/src/lib/kdm_cli.cc @@ -615,7 +615,7 @@ try }; if (optind < argc - 1) { - /* Command with some KDM / CPL / whever specified afterwards */ + /* Command with some KDM / CPL / whatever specified afterwards */ command = argv[optind++]; } else if (optind < argc) { /* Look for a valid command, hoping that it's not the name of the KDM / CPL / whatever */ |
