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

This commit is contained in:
Jörn Horstmann
2011-05-11 02:33:16 -07:00
committed by Bert Belder
parent 20d7c47d6e
commit ff50310cc5

View File

@@ -634,7 +634,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