]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix typos
authorVolker Lendecke <vl@samba.org>
Sat, 13 Jun 2020 13:32:31 +0000 (15:32 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 15 Jun 2020 17:59:39 +0000 (17:59 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/filename.c

index 72fae4048d3aa7ef9ca30321cbf05a99ca7d8fd2..6c7c579a862e1034176ed86d9c8681fbbda9b609 100644 (file)
@@ -1111,7 +1111,7 @@ NTSTATUS unix_convert(TALLOC_CTX *mem_ctx,
         * If we're providing case insensitive semantics or
         * the underlying filesystem is case insensitive,
         * then a case-normalized hit in the stat-cache is
-        * authoratitive. JRA.
+        * authoritative. JRA.
         *
         * Note: We're only checking base_name.  The stream_name will be
         * added and verified in build_stream_path().