From: Volker Lendecke Date: Sat, 8 Jan 2022 15:36:51 +0000 (+0100) Subject: smbd: Fix a typo X-Git-Tag: tdb-1.4.6~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=232a1fa46af0b05ba12bf5edc944caeb4f919c38;p=thirdparty%2Fsamba.git smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c index 3bf2f79f3fa..8e5ce66c961 100644 --- a/source3/smbd/dir.c +++ b/source3/smbd/dir.c @@ -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. */