diff options
author | Werner Koch <[email protected]> | 2020-10-02 10:32:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-10-02 10:32:37 +0000 |
commit | c10ba8e8833651fdf4c0b0f235e23bf3ced73008 (patch) | |
tree | 5134d9b7b8428ea5d72c5040bfb10f2111cba691 | |
parent | doc: Remove enable-extended-key-format in vsnfd (diff) | |
download | gnupg-c10ba8e8833651fdf4c0b0f235e23bf3ced73008.tar.gz gnupg-c10ba8e8833651fdf4c0b0f235e23bf3ced73008.zip |
doc: Typo fixes
--
-rw-r--r-- | build-aux/speedo.mk | 2 | ||||
-rw-r--r-- | scd/command.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk index f6e97eaf2..7dc5be480 100644 --- a/build-aux/speedo.mk +++ b/build-aux/speedo.mk @@ -110,7 +110,7 @@ help: @echo 'Use CUSTOM_SWDB=1 for an already downloaded swdb.lst.' @echo 'Use WIXPREFIX to provide the WIX binaries for the MSI package.' @echo ' Using WIX also requires wine with installed wine mono.' - @echo ' Seee help-wixlib for more information' + @echo ' See help-wixlib for more information' help-wixlib: @echo 'The buildsystem can create a wixlib to build MSI packages.' diff --git a/scd/command.c b/scd/command.c index 1dfa65217..912021c1c 100644 --- a/scd/command.c +++ b/scd/command.c @@ -1262,7 +1262,7 @@ static const char hlp_checkpin[] = " entry system, only the regular CHV will get blocked and not the\n" " dangerous CHV3. IDSTR is the usual card's serial number in hex\n" " notation; an optional fingerprint part will get ignored. There\n" - " is however a special mode if the IDSTR is sffixed with the\n" + " is however a special mode if the IDSTR is suffixed with the\n" " literal string \"[CHV3]\": In this case the Admin PIN is checked\n" " if and only if the retry counter is still at 3.\n" "\n" |