summaryrefslogtreecommitdiff
path: root/tools/msvs/nodevars.bat
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-03-09 09:22:00 -0800
committerisaacs <i@izs.me>2013-03-09 09:22:00 -0800
commit12713c3bb781c854f347ea9a04e344e980bea2f1 (patch)
tree5ee03e8e20917bec5e7b6aa97297ae99ba199c4d /tools/msvs/nodevars.bat
parent31b5d41f57cb717c14a29d789f1c0c1bb40a8bca (diff)
downloadandroid-node-v8-12713c3bb781c854f347ea9a04e344e980bea2f1.tar.gz
android-node-v8-12713c3bb781c854f347ea9a04e344e980bea2f1.tar.bz2
android-node-v8-12713c3bb781c854f347ea9a04e344e980bea2f1.zip
win/msi: Fix typos
Diffstat (limited to 'tools/msvs/nodevars.bat')
-rw-r--r--tools/msvs/nodevars.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/msvs/nodevars.bat b/tools/msvs/nodevars.bat
index b79bc823bc..064f83cbc8 100644
--- a/tools/msvs/nodevars.bat
+++ b/tools/msvs/nodevars.bat
@@ -1,6 +1,6 @@
@echo off
-rem Ensure this Node.js and NPM are first in the PATH
+rem Ensure this Node.js and npm are first in the PATH
set PATH=%APPDATA%\npm;%~dp0;%PATH%
setlocal enabledelayedexpansion
@@ -12,7 +12,7 @@ for /F "usebackq delims=" %%v in (`%print_version%`) do set version=%%v
rem Print message.
if exist npm.cmd (
- echo Your environment has been set up for using Node.js !version! and NPM.
+ echo Your environment has been set up for using Node.js !version! and npm.
) else (
echo Your environment has been set up for using Node.js !version!.
)