ukify: fix typo

Follow-up for 02eabaffe9.
This commit is contained in:
Yu Watanabe
2024-10-17 00:44:38 +09:00
parent 8333badeb2
commit e776ab8e21

View File

@@ -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')