]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs: Fix typos
authorVolker Lendecke <vl@samba.org>
Wed, 27 May 2020 13:31:07 +0000 (15:31 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 10 Jun 2020 22:20:46 +0000 (22:20 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_zfsacl.c

index 32ec8c5d5d0c2e9d94ed297dfc087dc1ee019785..9142a07aaddd72ab6dcb06f24afbd681d2fbcd19 100644 (file)
@@ -386,12 +386,12 @@ static NTSTATUS zfsacl_fset_nt_acl(vfs_handle_struct *handle,
 
    But while "traditional" POSIX DRAFT ACLs (using acl(2) with SETACL
    / GETACL / GETACLCNT) fail for ZFS, the Solaris NFS client
-   implemets a compatibility wrapper, which will make calls to
+   implements a compatibility wrapper, which will make calls to
    traditional ACL calls though vfs_solarisacl succeed. As the
    compatibility wrapper's implementation is (by design) incomplete,
    we want to make sure that it is never being called.
 
-   As long as Samba does not support an exiplicit method for a module
+   As long as Samba does not support an explicit method for a module
    to define conflicting vfs methods, we should override all conflicting
    methods here.