Skip to content

Commit 134508f

Browse files
akosthekisshs0225
authored andcommitted
Fix typo in build.py (#1898)
IoT.js-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
1 parent a5957f8 commit 134508f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def run_checktest(options):
457457
print("Skip unit tests - target-host pair is not allowed\n")
458458
else:
459459
Terminal.pprint("\nTo run tests use '--run-test' "
460-
"or one of the folowing commands:",
460+
"or one of the following commands:",
461461
Terminal.blue)
462462
print("\n tools/testrunner.py %s/%s/%s/bin/iotjs\n"
463463
% (options.builddir, options.target_tuple, options.buildtype))

0 commit comments

Comments
 (0)