summaryrefslogtreecommitdiff
path: root/hints/sco.sh
diff options
context:
space:
mode:
authorPeter J. Acklam) (via RT <perlbug-followup@perl.org>2011-01-06 23:12:35 -0800
committerAbigail <abigail@abigail.be>2011-01-07 13:11:31 +0100
commitdca46f057e9991c59edafe950dde760f36545539 (patch)
tree2616a759e6c1b32c08b58011907bb9e19a7fede8 /hints/sco.sh
parent36f677ac35c9519e0854d1fff0bfd3c7867ade20 (diff)
downloadperl-dca46f057e9991c59edafe950dde760f36545539.tar.gz
Fix typos (spelling errors) in hints/*.
# New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81884] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81884 > Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'hints/sco.sh')
-rw-r--r--hints/sco.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/hints/sco.sh b/hints/sco.sh
index 18ccc5e6fb..c8a3dbd510 100644
--- a/hints/sco.sh
+++ b/hints/sco.sh
@@ -46,7 +46,7 @@
# -Even optimized for speed, gcc generated code is smaller (!!!)
# -gcc is free
# -I use ld to link which is distributed with the core OS distribution, so you
-# don't need to buy the developement kit, just find someone kind enough to
+# don't need to buy the development kit, just find someone kind enough to
# give you a binary release of gcc.
#
#
@@ -111,7 +111,7 @@ then
esac
else
###############################################################
- # Need this in release 5 because of changed fpu exeption rules
+ # Need this in release 5 because of changed fpu exception rules
ccflags="$ccflags -D HAS_FPSETMASK"
###############################################################
@@ -162,7 +162,7 @@ else
###############################################################
# Force to define those symbols, as they are #defines and not
- # catched by Configure, and they are useful
+ # caught by Configure, and they are useful
d_dlopen='define'
d_dlerror='define'
fi