Fixed a typo in a comment: "realpatch" -> "realpath"

v0.7.4-release
Jörn Horstmann 2011-05-11 02:33:16 -07:00 committed by Paul Querna
parent 075605f304
commit 8cecc50b9d
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ var path = require('path'),
isWindows = process.platform === 'win32'; isWindows = process.platform === 'win32';
if (isWindows) { 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. // the same as path.resolve that fails if the path doesn't exists.
// windows version // windows version