From 818103c8250fedd4dae82f8eb40e9f7b97a8f611 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 29 Sep 2020 12:56:26 +0200 Subject: [PATCH] vfs: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/modules/vfs_xattr_tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.3