Browse Source

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

v0.7.4-release
Jörn Horstmann 14 years ago
committed by Bert Belder
parent
commit
ff50310cc5
  1. 2
      lib/fs.js

2
lib/fs.js

@ -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

Loading…
Cancel
Save