diff options
author | Justus Winter <justus@g10code.com> | 2017-05-29 15:23:36 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2017-05-30 14:30:43 +0200 |
commit | 663e5ed0737465e79a9c877f18d93bddfd05a7a4 (patch) | |
tree | e27b70210aa4c7d1735d672ee9162aa570b0bd6e /g10/cpr.c | |
parent | gpg: Disable keydb handle caching (diff) | |
download | gnupg2-663e5ed0737465e79a9c877f18d93bddfd05a7a4.tar.xz gnupg2-663e5ed0737465e79a9c877f18d93bddfd05a7a4.zip |
gpg: Fix typos.
--
Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'g10/cpr.c')
-rw-r--r-- | g10/cpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ status_currently_allowed (int no) return 1; /* Yes. */ /* We allow some statis anyway, so that import statistics are - correct and to avoid problems if the retriebval subsystem will + correct and to avoid problems if the retrieval subsystem will prompt the user. */ switch (no) { |