Fixed a typo in a comment: "realpatch" -> "realpath"
authorJörn Horstmann <git@jhorstmann.net>
Wed, 11 May 2011 09:33:16 +0000 (02:33 -0700)
committerPaul Querna <pquerna@apache.org>
Mon, 4 Jul 2011 16:53:30 +0000 (09:53 -0700)
lib/fs.js

index ab169fb..80297ca 100644 (file)
--- 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