Skip to content

Commit 1e43922

Browse files
committed
POSIX/t/wrappers.t: One-character typo
1 parent 9fd1426 commit 1e43922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/POSIX/t/wrappers.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ SKIP: {
240240
is(POSIX::wait(), $pid, 'wait');
241241
is(POSIX::WIFEXITED(${^CHILD_ERROR_NATIVE}), 1, 'child exited cleanly');
242242
is(POSIX::WEXITSTATUS(${^CHILD_ERROR_NATIVE}), 1,
243-
'child exited with 1 (the retun value of its close call)');
243+
'child exited with 1 (the return value of its close call)');
244244
} else {
245245
# Child
246246
close *STDIN;

0 commit comments

Comments
 (0)