smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 21 May 2019 18:37:30 +0000 (20:37 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 28 May 2019 20:27:15 +0000 (20:27 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c

index dc8003c6dd6de6b3e15e918983a25a7c23256fdf..7a0db9396f9c85a01e8f15b5a76b0a7314182b4e 100644 (file)
@@ -1315,7 +1315,7 @@ static NTSTATUS open_file(files_struct *fsp,
                         * GPFS can return ETIMEDOUT for pread on
                         * nonblocking file descriptors when files
                         * migrated to tape need to be recalled. I
-                        * could imagine this happens elsehwere
+                        * could imagine this happens elsewhere
                         * too. With blocking file descriptors this
                         * does not happen.
                         */