From: Volker Lendecke Date: Sun, 27 Dec 2020 10:38:45 +0000 (+0100) Subject: passdb: Fix a typo X-Git-Tag: samba-4.14.0rc1~141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8323c83473238c398d82c97bd08ba5c2936c251b;p=thirdparty%2Fsamba.git passdb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/passdb/passdb.c b/source3/passdb/passdb.c index 71ba5dc2b2e..4ce643a1833 100644 --- a/source3/passdb/passdb.c +++ b/source3/passdb/passdb.c @@ -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);