From 810fd90a6fb3cd95f0025321d080aad04afa994d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 13 Dec 2019 16:06:43 +0100 Subject: [PATCH] smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/smbd/open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */