From 898184e3e61f9129feb5978fad5a8c6865f00b92 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 25 Mar 2013 20:06:16 +0000 Subject: import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself --- gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process.t') diff --git a/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process.t b/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process.t index 18d8fe2a117..f738a33e431 100644 --- a/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process.t +++ b/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process.t @@ -289,7 +289,7 @@ ok($pkid1 > 0, 'our window has a governing process'); ok($tkid1 > 0, 'our window has a governing thread'); is($pkid, $pkid1, 'kid\'s window is governed by the same process as our (PMSHELL:1)'); is($tkid, $tkid1, 'likewise for threads'); -is $pkid, ppidOf($spid), 'the governer is the parent of the kid session'; +is $pkid, ppidOf($spid), 'the governor is the parent of the kid session'; my $my_pos = hWindowPos($hwnd); ok $my_pos, 'got my position'; -- cgit v1.2.3-59-g8ed1b