Skip to content

Commit 005b7ca

Browse files
committed
typos
1 parent 6dfe113 commit 005b7ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Type/Proc/Async.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ L<X::Proc::Async::MustBeStarted> exception is thrown.
202202
method close-stdin(Proc::Async:D:)
203203
204204
Closes the standard input stream of the external program. Programs that read
205-
from STDIN often only terminate when their input straem is closed. so if
205+
from STDIN often only terminate when their input stream is closed. So if
206206
waiting for the promise from C<#method start> hangs (for a program opened for
207207
writing), it might be a forgotten C<close-stdin>.
208208
@@ -217,7 +217,7 @@ L<X::Proc::Async::MustBeStarted> exception is thrown.
217217
218218
kill(Proc::Async:D: $signal = "HUP")
219219
220-
Sends a signal to the running program. The signal cann be a signal name
220+
Sends a signal to the running program. The signal can be a signal name
221221
("KILL" or "SIGKILL"), an integer (9) or an element of the C<Signal> enum
222222
(Signal::SIGKILL).
223223

0 commit comments

Comments
 (0)