Fix typo in comment.
authorCarl Hetherington <cth@carlh.net>
Mon, 20 Jan 2025 00:35:56 +0000 (01:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 20 Jan 2025 19:37:15 +0000 (20:37 +0100)
src/lib/kdm_cli.cc

index 20cbf33e675d961b0d3f6a5cc4f0772b23d5ac8f..686d2b4a1b0c0999bb3c05597f23b6784f871031 100644 (file)
@@ -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 */