summaryrefslogtreecommitdiff
path: root/modules/ldap
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-03-12 00:35:39 +0000
committerJeff Trawick <trawick@apache.org>2011-03-12 00:35:39 +0000
commit4598f1a7d4f54711c1f8b04152bb4384c99db060 (patch)
tree4d783ffbf27a6ed188b5ce2c1b4fa5917c2e033f /modules/ldap
parentd7edefbbe424ba4d82cdf4b8ed6e19ba00115c24 (diff)
downloadhttpd-4598f1a7d4f54711c1f8b04152bb4384c99db060.tar.gz
fix some grammar mistakes, mostly in comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080821 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ldap')
-rw-r--r--modules/ldap/util_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c
index 9c15110880..e714938a61 100644
--- a/modules/ldap/util_ldap.c
+++ b/modules/ldap/util_ldap.c
@@ -192,7 +192,7 @@ static apr_status_t uldap_connection_unbind(void *param)
* Clean up an LDAP connection by unbinding and unlocking the connection.
* This cleanup does not remove the util_ldap_connection_t from the
* per-virtualhost list of connections, does not remove the storage
- * for the util_ldap_connection_t or it's data, and is NOT run automatically.
+ * for the util_ldap_connection_t or its data, and is NOT run automatically.
*/
static apr_status_t uldap_connection_cleanup(void *param)
{