summaryrefslogtreecommitdiff
path: root/hints/dcosx.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/dcosx.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/dcosx.sh')
-rw-r--r--hints/dcosx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/dcosx.sh b/hints/dcosx.sh
index c1b0d0ac42..4dac2bdc70 100644
--- a/hints/dcosx.sh
+++ b/hints/dcosx.sh
@@ -177,7 +177,7 @@ esac
rm -f core
# DC/OSx hides certain functions in a libc that looks dynamic but isn't
-# because of this we reinclude -lc when building dynamic extenstions
+# because of this we reinclude -lc when building dynamic extensions
libc='/usr/ccs/lib/libc.so'
lddlflags='-G -lc'