diff options
-rw-r--r-- | source3/modules/vfs_default.c | 2 |
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; } } |