Fix typo (#2956). v2.18.6
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Jan 2025 16:12:14 +0000 (17:12 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 Jan 2025 16:12:14 +0000 (17:12 +0100)
src/lib/kdm_cli.cc

index c820fb22afbc845ba7889163e2582f120bd304e9..83d3028aaa7ac84ca096b1a5c3eb380d2db65038 100644 (file)
@@ -656,7 +656,7 @@ try
                return {};
        }
 
-       if (command == "dump-deccryption-certificate") {
+       if (command == "dump-decryption-certificate") {
                dump_decryption_certificate(out);
                return {};
        }