From: Volker Lendecke Date: Sat, 21 Nov 2020 20:17:39 +0000 (+0100) Subject: libsmb: Fix a typo X-Git-Tag: samba-4.14.0rc1~539 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f85adfb2efae8e0efcf571f944ed29cf7699192c;p=thirdparty%2Fsamba.git libsmb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/libsmb/libsmb_xattr.c b/source3/libsmb/libsmb_xattr.c index e28eb7ca6c7..0751c65d58a 100644 --- a/source3/libsmb/libsmb_xattr.c +++ b/source3/libsmb/libsmb_xattr.c @@ -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 ||