]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:auth: Fix code spelling
authorJo Sutton <josutton@catalyst.net.nz>
Sun, 14 Jan 2024 21:23:51 +0000 (10:23 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 8 Feb 2024 02:48:44 +0000 (02:48 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/auth/sam.c

index 33956c16a4059df55e28633997f3660fc8f3a93b..d7fabe52cec724eaa31f27c919df01dc95f15f83 100644 (file)
@@ -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