summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpp/BuildInstructionsOSX.md8
-rw-r--r--js/package.json1
-rwxr-xr-xscripts/TestUtil.py2
3 files changed, 5 insertions, 6 deletions
diff --git a/cpp/BuildInstructionsOSX.md b/cpp/BuildInstructionsOSX.md
index 6255443fd76..c112e4bb2e9 100644
--- a/cpp/BuildInstructionsOSX.md
+++ b/cpp/BuildInstructionsOSX.md
@@ -22,10 +22,10 @@ Expat, OpenSSL and bzip are included with your system. For Berkeley DB and mcpp,
- Using [Homebrew](http://brew.sh), install Berkeley DB and mcpp with these commands:
- $ brew tap zeroc-inc/ice```
- $ brew install berkeley-db53 [--without-java]```
- $ brew install mcpp```
-
+ $ brew tap zeroc-ice/tap
+ $ brew install berkeley-db53 [--without-java]
+ $ brew install mcpp
+
The ```berkeley-db53``` package is a pre-compiled bottle that includes Java support by default; you can exclude Java support using the ```--without-java``` option.
- Download the Berkeley DB and mcpp source distributions and build them yourself.
diff --git a/js/package.json b/js/package.json
index 13769cf3a1b..b9ecbf47fd1 100644
--- a/js/package.json
+++ b/js/package.json
@@ -11,7 +11,6 @@
},
"keywords": [
"Ice",
- "IceJS",
"rpc"
],
"main": "src/index.js",
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 0612db25079..1b2edc74e8c 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -338,7 +338,7 @@ if "NODE" in os.environ:
else:
for path in os.environ["PATH"].split(os.pathsep):
#
- # Stop if we find "php" in the PATH first.
+ # Stop if we find "node" in the PATH first.
#
if os.path.exists(os.path.join(path, "node")):
break