diff options
author | Mike Rumph <mrumph@apache.org> | 2020-02-13 19:15:57 +0100 |
---|---|---|
committer | Mike Rumph <mrumph@apache.org> | 2020-02-13 19:15:57 +0100 |
commit | 85760859cac5870ffae86c5c02cfde6db696b140 (patch) | |
tree | cde5286acd23f1a007bdc03a37629f4196d6e8d1 /include/util_ldap.h | |
parent | don't use DOTALL from mod_substitute which leaves \n at the end of the line. (diff) | |
download | apache2-85760859cac5870ffae86c5c02cfde6db696b140.tar.xz apache2-85760859cac5870ffae86c5c02cfde6db696b140.zip |
Fix spelling errors found by codespell. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873985 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_ldap.h')
-rw-r--r-- | include/util_ldap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util_ldap.h b/include/util_ldap.h index f7cd736177..28e076096f 100644 --- a/include/util_ldap.h +++ b/include/util_ldap.h @@ -135,7 +135,7 @@ typedef struct util_ldap_connection_t { apr_pool_t *rebind_pool; /* frequently cleared pool for rebind data */ int must_rebind; /* The connection was last bound with other then binddn/bindpw */ request_rec *r; /* request_rec used to find this util_ldap_connection_t */ - apr_time_t last_backend_conn; /* the approximate time of the last backend LDAP requst */ + apr_time_t last_backend_conn; /* the approximate time of the last backend LDAP request */ } util_ldap_connection_t; typedef struct util_ldap_config_t { |