s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 30 Nov 2010 21:59:13 +0000 (22:59 +0100)
committerVolker Lendecke <vlendec@samba.org>
Wed, 1 Dec 2010 06:58:06 +0000 (07:58 +0100)
source3/modules/vfs_default.c

index eb0e0b95a64dca74f263db464fb567d5a170a9b1..977a5630acd8167ac832050be44a437f95598099 100644 (file)
@@ -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;
                }
        }