# New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81746] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81746 > --- beos/beos.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/beos/beos.c b/beos/beos.c index 755ce99..5769abc 100644 --- a/beos/beos.c +++ b/beos/beos.c @@ -15,7 +15,7 @@ /* In BeOS 5.0 the waitpid() seems to misbehave in that the status * has the upper and lower bytes swapped compared with the usual - * POSIX/UNIX implementations. To undo the surpise effect to the + * POSIX/UNIX implementations. To undo the surprise effect to the * rest of Perl we need this wrapper. (The rest of BeOS might be * surprised because of this, though.) */ -- 1.7.3.3Thread Next