From dccfe7a74dde1f566c3d45737ade91111c7626fb Mon Sep 17 00:00:00 2001 From: Joe George Date: Thu, 14 May 2015 14:42:52 -0400 Subject: Fix various typos --- scripts/TestUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/TestUtil.py') 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 -- cgit v1.2.3