From: Volker Lendecke Date: Sat, 13 Jun 2020 13:32:31 +0000 (+0200) Subject: smbd: Fix typos X-Git-Tag: ldb-2.2.0~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38814784cf004a77e7bf4bf17854b1b47570ef61;p=thirdparty%2Fsamba.git smbd: Fix typos Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- 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().