summaryrefslogtreecommitdiff
path: root/hints/dcosx.sh
diff options
context:
space:
mode:
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'