We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd1426 commit 1e43922Copy full SHA for 1e43922
1 file changed
ext/POSIX/t/wrappers.t
@@ -240,7 +240,7 @@ SKIP: {
240
is(POSIX::wait(), $pid, 'wait');
241
is(POSIX::WIFEXITED(${^CHILD_ERROR_NATIVE}), 1, 'child exited cleanly');
242
is(POSIX::WEXITSTATUS(${^CHILD_ERROR_NATIVE}), 1,
243
- 'child exited with 1 (the retun value of its close call)');
+ 'child exited with 1 (the return value of its close call)');
244
} else {
245
# Child
246
close *STDIN;
0 commit comments