From: Volker Lendecke Date: Fri, 13 Dec 2019 15:06:43 +0000 (+0100) Subject: smbd: Fix a typo X-Git-Tag: ldb-2.1.0~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=810fd90a6fb3cd95f0025321d080aad04afa994d;p=thirdparty%2Fsamba.git smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/open.c b/source3/smbd/open.c index f44fabc4972..6bf1feaeffd 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -4395,7 +4395,7 @@ static NTSTATUS open_directory(connection_struct *conn, /* Don't store old timestamps for directory handles in the internal database. We don't update them in there if new objects - are creaded in the directory. Currently + are created in the directory. Currently we only update timestamps on file writes. See bug #9870. */