From: Pierangelo Masarati Date: Sat, 1 Jan 2005 16:14:11 +0000 (+0000) Subject: fix comment X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~477 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a8547f59457bf44392a1cfe628b1707876d020a6;p=openldap fix comment --- diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index 63784d8419..cc2b0562f4 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -1426,7 +1426,7 @@ connection_input( } #endif if(tag == LDAP_REQ_BIND) { - /* immediately abandon all exiting operations upon BIND */ + /* immediately abandon all existing operations upon BIND */ connection_abandon( conn ); }