From: Andreas Schneider Date: Thu, 3 Aug 2023 12:42:10 +0000 (+0200) Subject: s4:samba: Fix code spelling X-Git-Tag: tevent-0.16.0~934 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee1bc66e025c5bbbb38f4b953ce114d90c1f452b;p=thirdparty%2Fsamba.git s4:samba: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source4/samba/server.c b/source4/samba/server.c index eb4ddeb7ce7..4698ac0320b 100644 --- a/source4/samba/server.c +++ b/source4/samba/server.c @@ -699,7 +699,7 @@ static int binary_smbd_main(TALLOC_CTX *mem_ctx, /* make sure we won't go through nss_winbind */ if (!winbind_off()) { TALLOC_FREE(state); - exit_daemon("Samba failed to disable recusive " + exit_daemon("Samba failed to disable recursive " "winbindd calls.", EACCES); /* * return is never reached but is here to satisfy static