summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorPeter J. Acklam) (via RT <perlbug-followup@perl.org>2011-01-06 13:38:10 -0800
committerAbigail <abigail@abigail.be>2011-01-07 11:04:02 +0100
commited0436dcef2045079d794c497f3ca20bc041b79e (patch)
treeb11f57ba842ee71e274973f30f20381a614670d1 /beos
parent6cf6332a2802b14655667c0a3d94af55efd05936 (diff)
downloadperl-ed0436dcef2045079d794c497f3ca20bc041b79e.tar.gz
Fix typos (spelling errors) in beos/*.
# 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 > Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'beos')
-rw-r--r--beos/beos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/beos.c b/beos/beos.c
index 755ce993c8..5769abcdf7 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.) */