From 15b6a860f4fcf50c699b54ef385a93dac2ac59ca Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 20 Jan 2025 01:35:56 +0100 Subject: Fix typo in comment. --- src/lib/kdm_cli.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/kdm_cli.cc') 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 */ -- cgit v1.2.3