From: Volker Lendecke Date: Tue, 23 Jul 2019 15:46:22 +0000 (+0200) Subject: smbd: Fix a typo X-Git-Tag: tdb-1.4.2~298 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7d4d5effa5e3e6c2e09e16ad1ce303e31b61544;p=thirdparty%2Fsamba.git smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 206450962dd..2e4e2d6d334 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -3592,7 +3592,7 @@ static NTSTATUS open_file_ntcreate(connection_struct *conn, * basefile open in the fsp fd, so lacking a distinct * fd for the stream kernel_flock will apply on the * basefile which is wrong. The actual check is - * deffered to the VFS module implementing the + * deferred to the VFS module implementing the * kernel_flock call. */ ret_flock = SMB_VFS_KERNEL_FLOCK(fsp, share_access, access_mask);