Skip to content
Snippets Groups Projects
Commit 412f44af authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fixed "faled" typo in debug message

parent cf1d3904
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment