diff options
author | Justus Winter <justus@g10code.com> | 2016-10-27 14:58:01 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-10-27 14:59:56 +0200 |
commit | 445f0c13d751f6dee9d70ef0785866ab2a7ea120 (patch) | |
tree | 55b7113c092bed4ff910a4d2c377e92775c5c1c7 /dirmngr | |
parent | g10: Assert preconditions. (diff) | |
download | gnupg2-445f0c13d751f6dee9d70ef0785866ab2a7ea120.tar.xz gnupg2-445f0c13d751f6dee9d70ef0785866ab2a7ea120.zip |
Fix typos.
--
Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'dirmngr')
-rw-r--r-- | dirmngr/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/server.c b/dirmngr/server.c index 2d4f292f5..4e6f42653 100644 --- a/dirmngr/server.c +++ b/dirmngr/server.c @@ -1367,7 +1367,7 @@ lookup_cert_by_pattern (assuan_context_t ctx, char *line, } } - /* First look through the internal cache. The certifcates retruned + /* First look through the internal cache. The certifcates returned here are not counted towards the truncation limit. */ if (single && !cache_only) ; /* Do not read from the local cache in this case. */ |