diff options
author | Werner Koch <wk@gnupg.org> | 2023-03-03 08:50:08 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2023-03-03 08:50:08 +0100 |
commit | 6bfb4a8d1202056efe4760c26292c6beaec7bcbb (patch) | |
tree | 90fa01f79deb3f92742ab5c2ffceb02873f44d0a /dirmngr | |
parent | gpg: Actually encrypt to ADSKs. (diff) | |
download | gnupg2-6bfb4a8d1202056efe4760c26292c6beaec7bcbb.tar.xz gnupg2-6bfb4a8d1202056efe4760c26292c6beaec7bcbb.zip |
doc: Typo fixes and new notes in DETAILS
--
Diffstat (limited to 'dirmngr')
-rw-r--r-- | dirmngr/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/ldap.c b/dirmngr/ldap.c index f9f6d5f1a..b80012d03 100644 --- a/dirmngr/ldap.c +++ b/dirmngr/ldap.c @@ -525,7 +525,7 @@ make_one_filter (const char *pattern, char **r_result) { /* We need just the BaseDN. This assumes that the Subject * is correcly stored in the DT. This is however not always - * the case and the actual DN is different ffrom the + * the case and the actual DN is different from the * subject. In this case we won't find anything. */ if (extfilt_need_escape (pattern) && !(pattern = pattern_buffer = extfilt_escape (pattern))) |