summaryrefslogtreecommitdiff
path: root/os2/os2_pipe.t
diff options
context:
space:
mode:
authorPeter J. Acklam) (via RT <perlbug-followup@perl.org>2011-01-06 23:13:20 -0800
committerAbigail <abigail@abigail.be>2011-01-07 11:55:09 +0100
commit2391436bbf4354ce0b989d587889b6ac7ca73c82 (patch)
tree69f7eaa40eec17c805fb5a0390102e69691eebeb /os2/os2_pipe.t
parentaf1e27efa1b782b1fcafdb20c1c0bd45239dcd0a (diff)
downloadperl-2391436bbf4354ce0b989d587889b6ac7ca73c82.tar.gz
Fix typos (spelling errors) in os2/*.
# New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81900] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81900 > Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'os2/os2_pipe.t')
-rw-r--r--os2/os2_pipe.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/os2_pipe.t b/os2/os2_pipe.t
index 208d376f29..37aa409dd1 100644
--- a/os2/os2_pipe.t
+++ b/os2/os2_pipe.t
@@ -164,7 +164,7 @@ $pid = system 4|0x40000, $^X, '-wle', <<'EOS', $pname, $$; # SESSION|INDEPENDENT
EOS
ok $pid, 'kid started';
-sleep 2; # XXX How to syncronize with kid???
+sleep 2; # XXX How to synchronize with kid???
$in = scalar <$server_pipe>;
my $ok1 = ($in || '') eq "Is your pid $$?\n";
is $in, "Is your pid $$?\n", 'call in';