# # # patch "options_list.hh" # from [2639f171462ad980bcc46bceff9715d3389cdc3a] # to [cffca0ed1884c08cf828b6f4d19138da17909736] # ============================================================ --- options_list.hh 2639f171462ad980bcc46bceff9715d3389cdc3a +++ options_list.hh cffca0ed1884c08cf828b6f4d19138da17909736 @@ -423,8 +423,8 @@ OPTION(globals, key, true, "key,k", OPTVAR(key, external_key_name, signing_key, ) OPTION(globals, key, true, "key,k", - gettext_noop("sets the key for signatures, using eith the key " - "name or th key hash")) + gettext_noop("sets the key for signatures, using either the key " + "name or the key hash")) #ifdef option_bodies { signing_key = external_key_name(arg, origin::user);