]> git.sur5r.net Git - openldap/commitdiff
Fixed "faled" typo in debug message
authorKurt Zeilenga <kurt@openldap.org>
Sat, 15 Aug 1998 18:39:15 +0000 (18:39 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 15 Aug 1998 18:39:15 +0000 (18:39 +0000)
servers/slapd/daemon.c

index 0819b986942e2b7d1ba5f05eae382e4d6663bdf7..7dbfa2abf78c3b152adf75a101e3341c0718bd49 100644 (file)
@@ -249,7 +249,7 @@ slapd_daemon(
                        }
                        if ( ioctl( ns, FIONBIO, (caddr_t) &on ) == -1 ) {
                                Debug( LDAP_DEBUG_ANY,
-                                   "FIONBIO ioctl on %d faled\n", ns, 0, 0 );
+                                   "FIONBIO ioctl on %d failed\n", ns, 0, 0 );
                        }
                        c[ns].c_sb.sb_sd = ns;
                        Debug( LDAP_DEBUG_CONNS, "new connection on %d\n", ns,