]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
passdb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sun, 27 Dec 2020 10:38:45 +0000 (11:38 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 8 Jan 2021 20:31:33 +0000 (20:31 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/passdb/passdb.c

index 71ba5dc2b2efad273814c85bce77666e0b57d2a9..4ce643a183376b5808d740495d32925189682b09 100644 (file)
@@ -699,7 +699,7 @@ NTSTATUS local_password_change(const char *user_name,
        user_exists = pdb_getsampwnam(sam_pass, user_name);
 
        /* Check delete first, we don't need to do anything else if we
-        * are going to delete the acocunt */
+        * are going to delete the account */
        if (user_exists && (local_flags & LOCAL_DELETE_USER)) {
 
                result = pdb_delete_user(tosctx, sam_pass);