]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sat, 8 Jan 2022 15:36:51 +0000 (16:36 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 18 Jan 2022 20:22:38 +0000 (20:22 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/dir.c

index 3bf2f79f3fad0ad9e2e776af3b47609779c290bc..8e5ce66c961d2c2338b10024f394049ca0f0df20 100644 (file)
@@ -478,7 +478,7 @@ static char *dptr_ReadDirName(TALLOC_CTX *ctx,
                }
        }
 
-       /* Stat failed. We know this is authoratiative if we are
+       /* Stat failed. We know this is authoritative if we are
         * providing case sensitive semantics or the underlying
         * filesystem is case sensitive.
         */