vfs: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 29 Sep 2020 10:56:26 +0000 (12:56 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 2 Oct 2020 21:30:33 +0000 (21:30 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_xattr_tdb.c

index 58e3e3c7c9257fa4288a1a0e2eb38bca2702d189..c8cc247345d8c89a649c28f072bc2a9d62fd324d 100644 (file)
@@ -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. */