From a371d22feb2ae4afbc19f306cf25f1d7ba1b131f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 14 Jun 2019 10:08:57 -0700 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 7a0db9396f9..0d9b2f17d9c 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -3120,7 +3120,7 @@ static NTSTATUS open_file_ntcreate(connection_struct *conn, new_dos_attributes &= SAMBA_ATTRIBUTES_MASK; if (file_existed) { /* - * Only use strored DOS attributes for checks + * Only use stored DOS attributes for checks * against requested attributes (below via * open_match_attributes()), cf bug #11992 * for details. -slow -- 2.47.3