smbcacls: Fix typo "inherated"->"inherited"
authorVolker Lendecke <vl@samba.org>
Tue, 26 May 2020 06:17:14 +0000 (08:17 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 28 May 2020 19:11:39 +0000 (19:11 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/utils/smbcacls.c

index 6f04ddccd946c2074f492fe5a91b6f0529ae6b39..ecd2aa0e824b3028f520dc986ceab6e6c009f310 100644 (file)
@@ -732,7 +732,10 @@ static int inherit(struct cli_state *cli, const char *filename,
                     SEC_DESC_DACL_PROTECTED) {
                        old->type=old->type | SEC_DESC_DACL_PROTECTED;
 
-                       /* convert all inherited ACL's to non inherated ACL's. */
+                       /*
+                        * convert all inherited ACL's to non
+                        * inherited ACL's.
+                        */
                        if (old->dacl) {
                                uint32_t i;
                                for (i=0;i<old->dacl->num_aces;i++) {