summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2015-05-14 14:42:52 -0400
committerJoe George <joe@zeroc.com>2015-05-14 14:43:12 -0400
commitdccfe7a74dde1f566c3d45737ade91111c7626fb (patch)
treee95a6ef5715a4fea5dd6414400be14ad2dc3d799 /scripts/TestUtil.py
parentAdd Ice.props for ICE_HOME Ice Builder support (diff)
downloadice-dccfe7a74dde1f566c3d45737ade91111c7626fb.tar.bz2
ice-dccfe7a74dde1f566c3d45737ade91111c7626fb.tar.xz
ice-dccfe7a74dde1f566c3d45737ade91111c7626fb.zip
Fix various typos
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
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