summaryrefslogtreecommitdiff
path: root/source3/modules
diff options
context:
space:
mode:
Diffstat (limited to 'source3/modules')
-rw-r--r--source3/modules/vfs_default.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c
index eb0e0b95a6..977a5630ac 100644
--- a/source3/modules/vfs_default.c
+++ b/source3/modules/vfs_default.c
@@ -1078,7 +1078,7 @@ static char *vfswrap_realpath(vfs_handle_struct *handle, const char *path)
if (!resolved_path) {
SAFE_FREE(result);
} else {
- /* SMB_ASSERT(result == resovled_path) ? */
+ /* SMB_ASSERT(result == resolved_path) ? */
result = resolved_path;
}
}