1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-05 23:07:49 +02:00

Typo fixes

--
This commit is contained in:
Werner Koch 2015-08-28 05:05:37 +02:00
parent 04a6b903d0
commit 836a3e4315
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 2 additions and 2 deletions

View File

@ -567,7 +567,7 @@ may be used.
@item --gen-key @item --gen-key
@opindex 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. the standard command to create a new key.
@item --full-gen-key @item --full-gen-key

View File

@ -59,7 +59,7 @@
#define set_error(e,t) assuan_set_error (ctx, gpg_error (e), (t)) #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. */ case of a removed reader. */
#define TEST_CARD_REMOVAL(c,r) \ #define TEST_CARD_REMOVAL(c,r) \
do { \ do { \