From 8cecc50b9db23ef4bc6de228707c6dab728b52ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Horstmann?= Date: Wed, 11 May 2011 02:33:16 -0700 Subject: [PATCH] Fixed a typo in a comment: "realpatch" -> "realpath" --- lib/fs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fs.js b/lib/fs.js index ab169fb9abb..80297cac262 100644 --- a/lib/fs.js +++ b/lib/fs.js @@ -542,7 +542,7 @@ var path = require('path'), isWindows = process.platform === 'win32'; if (isWindows) { - // Node doesn't support symlinks / lstat on windows. Hence realpatch is just + // Node doesn't support symlinks / lstat on windows. Hence realpath is just // the same as path.resolve that fails if the path doesn't exists. // windows version