Fixed "faled" typo in debug message

This commit is contained in:
Kurt Zeilenga 1998-08-15 18:39:15 +00:00
parent cf1d3904a4
commit 412f44afa3

View 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,