]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
auth: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sun, 5 Sep 2021 07:13:25 +0000 (09:13 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 7 Sep 2021 18:26:33 +0000 (18:26 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/auth/auth_unix.c

index 56fd205a9b8564eb2e9f27136ed411855080798b..eaf344d61e0adf9a4e37dc87baf9bcd6d780d574 100644 (file)
@@ -27,7 +27,7 @@
 
 /** Check a plaintext username/password
  *
- * Cannot deal with an encrupted password in any manner whatsoever,
+ * Cannot deal with an encrypted password in any manner whatsoever,
  * unless the account has a null password.
  **/