From 836a3e4315478236bcac126a79b9cdf3c3f1d3b6 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 28 Aug 2015 05:05:37 +0200 Subject: [PATCH] Typo fixes -- --- doc/gpg.texi | 2 +- scd/command.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/gpg.texi b/doc/gpg.texi index 86726b3bd..a5cbafd6b 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -567,7 +567,7 @@ may be used. @item --gen-key @opindex gen-key -Generate a new key pair using teh current default parameters. This is +Generate a new key pair using the current default parameters. This is the standard command to create a new key. @item --full-gen-key diff --git a/scd/command.c b/scd/command.c index 1cc580ac4..41a150b4d 100644 --- a/scd/command.c +++ b/scd/command.c @@ -59,7 +59,7 @@ #define set_error(e,t) assuan_set_error (ctx, gpg_error (e), (t)) -/* Macro to flag a removed card. ENODEV is also tested to catch teh +/* Macro to flag a removed card. ENODEV is also tested to catch the case of a removed reader. */ #define TEST_CARD_REMOVAL(c,r) \ do { \