From: Volker Lendecke Date: Tue, 29 Sep 2020 10:56:26 +0000 (+0200) Subject: vfs: Fix a typo X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=818103c8250fedd4dae82f8eb40e9f7b97a8f611;p=amitay%2Fsamba.git vfs: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/modules/vfs_xattr_tdb.c b/source3/modules/vfs_xattr_tdb.c index 58e3e3c7c92..c8cc247345d 100644 --- a/source3/modules/vfs_xattr_tdb.c +++ b/source3/modules/vfs_xattr_tdb.c @@ -576,7 +576,7 @@ static int xattr_tdb_mkdirat(vfs_handle_struct *handle, return -1; } - /* Always use LSTAT here - we just creaded the directory. */ + /* Always use LSTAT here - we just created the directory. */ ret = SMB_VFS_LSTAT(handle->conn, smb_fname_tmp); if (ret == -1) { /* Rename race. Let upper level take care of it. */