]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sat, 21 Nov 2020 20:17:39 +0000 (21:17 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 30 Nov 2020 22:24:37 +0000 (22:24 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/libsmb_xattr.c

index e28eb7ca6c7771f5521d80fba7b957fff68f292b..0751c65d58a3d693ccf9c9e7a78752bf2c8219ee 100644 (file)
@@ -2301,7 +2301,7 @@ SMBC_removexattr_ctx(SMBCCTX *context,
         }
 
         /*
-         * Are they asking to remove one or more spceific security descriptor
+         * Are they asking to remove one or more specific security descriptor
          * attributes?
          */
         if (strcasecmp_m(name, "system.nt_sec_desc.revision") == 0 ||