s3: Fix a typo in a debug message
[kai/samba.git] / source3 / winbindd / winbindd.c
index 654c14c504de6d4ad964977318d5e620373a1f0f..7e8a1b58e8cd39ccdfa9100d776ebac7d0c7bb38 100644 (file)
@@ -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;