From 45a44dd5880ba70423835cd834435751b90e31b1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 30 Nov 2010 22:59:13 +0100 Subject: s3: Fix a typo --- source3/modules/vfs_default.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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; } } -- cgit