From: Jo Sutton Date: Sun, 14 Jan 2024 21:23:51 +0000 (+1300) Subject: s4:auth: Fix code spelling X-Git-Tag: tdb-1.4.11~1792 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75d9f5332d6334b13548ef7854d41e9ffee5ca77;p=thirdparty%2Fsamba.git s4:auth: Fix code spelling Signed-off-by: Jo Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/auth/sam.c b/source4/auth/sam.c index 33956c16a40..d7fabe52cec 100644 --- a/source4/auth/sam.c +++ b/source4/auth/sam.c @@ -1588,7 +1588,7 @@ NTSTATUS authsam_logon_success_accounting(struct ldb_context *sam_ctx, * And the user data needs to be re-read, and the account re-checked * for lockout. * - * Howevver we have long-running transactions like replication + * However we have long-running transactions like replication * that could otherwise grind the system to a halt so we first * determine if *this* account has seen a bad password, * otherwise we only start a transaction if there was a need