aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Alcocer2011-12-14 19:57:28 -0500
committerMisty De Meo2011-12-14 19:07:48 -0600
commit911726fb59eea59736946482a7a7e837dd3444ec (patch)
treeae8dbb0fd26b38e8341f1b183e63c21865d09f14
parentb4093d335ec810e8cc47cbe58bbd7d3d40595c1d (diff)
downloadhomebrew-911726fb59eea59736946482a7a7e837dd3444ec.tar.bz2
node: fix typo in caveats.
Closes #9124. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
-rw-r--r--Library/Formula/node.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 6e626b3a2..1bebb05f9 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -38,7 +38,7 @@ class Node < Formula
installation:
curl http://npmjs.org/install.sh | sh
- After installing, add the following path to your NODE_PATH enviornment
+ After installing, add the following path to your NODE_PATH environment
variable to have npm libraries picked up:
#{HOMEBREW_PREFIX}/lib/node_modules
EOS