Skip to content

Commit 299b4da

Browse files
author
Evgeny Poberezkin
authored
Merge pull request #237 from EdwardBetts/spelling
correct spelling mistake
2 parents 9b46409 + 2dfe1af commit 299b4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/jslitmus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466

467467
var tests = [], // test store (all tests added w/ jslitmus.test())
468468
queue = [], // test queue (to be run)
469-
currentTest; // currently runnning test
469+
currentTest; // currently running test
470470

471471
// jslitmus gets EventEmitter API
472472
EventEmitter.call(jslitmus);

0 commit comments

Comments
 (0)