Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jun 1, 2017
1 parent 4937efb commit 9c79363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S17-procasync/basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ is $is-tapped, False, "Process that doesn't output anything will not emit";
is $result, "ABC\n", '\r\n is translated in character mode to \n';
}

# Note: it's crutical for the test below that the first positional
# Note: it's crucial for the test below that the first positional
# argument is a list of items. Do not refactor it out!
with Proc::Async.new: :out, ($*EXECUTABLE, '-e'), 'say "pass"' {
my $res = '';
Expand Down

0 comments on commit 9c79363

Please sign in to comment.