Skip to content

Commit 125cd16

Browse files
committed
Merge pull request #470 from compwron/master
Fixing a comment typo
2 parents f954b2a + 08c5de4 commit 125cd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parallel_tests/tasks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def run_in_parallel(cmd, options={})
1919
end
2020

2121
# this is a crazy-complex solution for a very simple problem:
22-
# removing certain lines from the output without chaning the exit-status
22+
# removing certain lines from the output without changing the exit-status
2323
# normally I'd not do this, but it has been lots of fun and a great learning experience :)
2424
#
2525
# - sed does not support | without -r

0 commit comments

Comments
 (0)