]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Fri, 14 Jun 2019 17:08:57 +0000 (10:08 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 20 Jun 2019 17:18:16 +0000 (17:18 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c

index 7a0db9396f9c85a01e8f15b5a76b0a7314182b4e..0d9b2f17d9c0e394fba1a81f0e5bcdd6b9e42a52 100644 (file)
@@ -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