diff options
Diffstat (limited to 'g10/call-dirmngr.c')
-rw-r--r-- | g10/call-dirmngr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/call-dirmngr.c b/g10/call-dirmngr.c index d00f61450..ed2cf9dc2 100644 --- a/g10/call-dirmngr.c +++ b/g10/call-dirmngr.c @@ -390,7 +390,7 @@ ks_status_cb (void *opaque, const char *line) { /* This is an LDAP config entry like * "foo:389:user:pass:base:flags" - * we strip off everything beyound the port. */ + * we strip off everything beyond the port. */ if ((p = strchr (p+1, ':'))) { if (p[-1] == ':') |