smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 9 Sep 2014 10:45:38 +0000 (10:45 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 10 Sep 2014 17:24:13 +0000 (19:24 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c

index 27625193fa8475b0654d31d4e311e26054c5b2b8..67ba25e254a896898d3776e8ca9a1c00f67a36a2 100644 (file)
@@ -3921,7 +3921,7 @@ static NTSTATUS create_file_unixpath(connection_struct *conn,
                                   nt_errstr(status)));
                        goto fail;
                }
-               /* we don't need to low level fd */
+               /* we don't need the low level fd */
                fd_close(base_fsp);
        }