summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-20 01:35:56 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-20 20:37:15 +0100
commit15b6a860f4fcf50c699b54ef385a93dac2ac59ca (patch)
tree2f7bb84fb86a9a305412fca3ecf6279ace1afa4f
parent73fc40eb6a71b4b389b59dcdbef583555e417089 (diff)
Fix typo in comment.
-rw-r--r--src/lib/kdm_cli.cc2
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 */