diff options
author | Werner Koch <[email protected]> | 2009-06-08 09:11:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-06-08 09:11:27 +0000 |
commit | db47caf05b858756b79b8a8e7feb9c70fd2614da (patch) | |
tree | 0997e88cc3a6673317ee785ceb604667a17bab51 /scd/app-openpgp.c | |
parent | Help against closed standard descriptors. (diff) | |
download | gnupg-db47caf05b858756b79b8a8e7feb9c70fd2614da.tar.gz gnupg-db47caf05b858756b79b8a8e7feb9c70fd2614da.zip |
Typo fix. Updated German translation.
Diffstat (limited to 'scd/app-openpgp.c')
-rw-r--r-- | scd/app-openpgp.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c index 3010f0ce5..c29e33da5 100644 --- a/scd/app-openpgp.c +++ b/scd/app-openpgp.c @@ -2833,11 +2833,11 @@ compare_fingerprint (app_t app, int keyno, unsigned char *sha1fpr) } - /* If a fingerprint has been specified check it against the one on - the card. This is allows for a meaningful error message in case - the key on the card has been replaced but the shadow information - known to gpg was not updated. If there is no fingerprint we - assume that this is okay. */ +/* If a fingerprint has been specified check it against the one on the + card. This allows for a meaningful error message in case the key + on the card has been replaced but the shadow information known to + gpg has not been updated. If there is no fingerprint we assume + that this is okay. */ static gpg_error_t check_against_given_fingerprint (app_t app, const char *fpr, int keyno) { |