diff options
| -rw-r--r-- | source3/winbindd/winbindd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 654c14c504..7e8a1b58e8 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -818,7 +818,7 @@ static void new_connection(int listen_sock, bool privileged)  	if (sock == -1) {  		if (errno != EINTR) { -			DEBUG(0, ("Faild to accept socket - %s\n", +			DEBUG(0, ("Failed to accept socket - %s\n",  				  strerror(errno)));  		}  		return;  | 
