summaryrefslogtreecommitdiffstats
path: root/dirmngr
diff options
context:
space:
mode:
authorJustus Winter <justus@g10code.com>2016-10-27 14:58:01 +0200
committerJustus Winter <justus@g10code.com>2016-10-27 14:59:56 +0200
commit445f0c13d751f6dee9d70ef0785866ab2a7ea120 (patch)
tree55b7113c092bed4ff910a4d2c377e92775c5c1c7 /dirmngr
parentg10: Assert preconditions. (diff)
downloadgnupg2-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.c2
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. */