diff options
author | Volker Lendecke <vl@samba.org> | 2020-06-13 15:32:31 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2020-06-15 17:59:39 +0000 |
commit | 38814784cf004a77e7bf4bf17854b1b47570ef61 (patch) | |
tree | d4342fb3266b81e7715ca6011f136f23a99dfaa5 /source3/smbd/filename.c | |
parent | b654f2565b0ffca56c13ff24000f8c606253011e (diff) | |
download | samba-38814784cf004a77e7bf4bf17854b1b47570ef61.tar.gz |
smbd: Fix typos
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/filename.c')
-rw-r--r-- | source3/smbd/filename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c index 72fae4048d3..6c7c579a862 100644 --- a/source3/smbd/filename.c +++ b/source3/smbd/filename.c @@ -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(). |