]> git.sur5r.net Git - openldap/commitdiff
fix comment
authorPierangelo Masarati <ando@openldap.org>
Sat, 1 Jan 2005 16:14:11 +0000 (16:14 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 1 Jan 2005 16:14:11 +0000 (16:14 +0000)
servers/slapd/connection.c

index 63784d8419f31cf2d330b346504b7616be1e5b7e..cc2b0562f4447cc0521ef39fdac05713dda6175f 100644 (file)
@@ -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 );
        }