diff options
author | Werner Koch <[email protected]> | 2015-08-28 03:05:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-09-01 05:37:11 +0000 |
commit | 836a3e4315478236bcac126a79b9cdf3c3f1d3b6 (patch) | |
tree | f8615955d6444ffa88ad1bb9fd08ec6cfecb09c7 /scd/command.c | |
parent | g10: Don't leak memory if we fail to initialize a new database handle. (diff) | |
download | gnupg-836a3e4315478236bcac126a79b9cdf3c3f1d3b6.tar.gz gnupg-836a3e4315478236bcac126a79b9cdf3c3f1d3b6.zip |
Typo fixes
--
Diffstat (limited to '')
-rw-r--r-- | scd/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { \ |