projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
075605f
)
Fixed a typo in a comment: "realpatch" -> "realpath"
author
Jörn Horstmann
<git@jhorstmann.net>
Wed, 11 May 2011 09:33:16 +0000
(
02:33
-0700)
committer
Paul Querna
<pquerna@apache.org>
Mon, 4 Jul 2011 16:53:30 +0000
(09:53 -0700)
lib/fs.js
patch
|
blob
|
history
diff --git
a/lib/fs.js
b/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 realpat
c
h 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