]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ukify: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 16 Oct 2024 15:44:38 +0000 (00:44 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 16 Oct 2024 15:44:41 +0000 (00:44 +0900)
Follow-up for 02eabaffe98c9a3b5dec1c4837968a4d3e2ff7db.

src/ukify/ukify.py

index f0d7ee60b781ad97f450a1851fb924501a90cdcd..02220dd983b61552177e307da6dd911be6db2bf7 100755 (executable)
@@ -1478,7 +1478,7 @@ class SignToolAction(argparse.Action):
         elif values == 'pesign':
             setattr(namespace, 'signtool', PeSign)
         else:
-            raise ValueError(f"Unknon signtool '{values}' (this is unreachable)")
+            raise ValueError(f"Unknown signtool '{values}' (this is unreachable)")
 
 
 VERBS = ('build', 'genkey', 'inspect')