diff options
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. */ |