s3:modules: Fix code spelling
[samba.git] / source3 / modules / vfs_vxfs.c
index af9d37399480bf2d1be53f8c14a660295ced1caf..c41d050e4ef1d5347325a72dc3d7a9ce03c14152 100644 (file)
@@ -607,7 +607,7 @@ static int vxfs_fremove_xattr(struct vfs_handle_struct *handle,
        /* Remove with new way */
        ret_new = vxfs_removexattr_fd(fsp_get_io_fd(fsp), name);
        /*
-        * If both fail, return failuer else return whichever succeeded
+        * If both fail, return failure else return whichever succeeded
         */
        if (errno == ENOTSUP || errno == ENOSYS) {
                errno = old_errno;