summaryrefslogtreecommitdiff
path: root/hints
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
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')
-rw-r--r--hints/dcosx.sh2
-rw-r--r--hints/dgux.sh2
-rw-r--r--hints/epix.sh2
-rw-r--r--hints/freebsd.sh2
-rw-r--r--hints/isc.sh2
-rw-r--r--hints/linux.sh2
-rw-r--r--hints/netbsd.sh2
-rw-r--r--hints/next_3.sh4
-rw-r--r--hints/os390.sh2
-rw-r--r--hints/posix-bc.sh2
-rw-r--r--hints/powerux.sh2
-rw-r--r--hints/qnx.sh2
-rw-r--r--hints/sco.sh6
-rw-r--r--hints/svr4.sh2
-rw-r--r--hints/svr5.sh4
-rw-r--r--hints/t001.c2
16 files changed, 20 insertions, 20 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'
diff --git a/hints/dgux.sh b/hints/dgux.sh
index d9b86fcecb..6146e9021b 100644
--- a/hints/dgux.sh
+++ b/hints/dgux.sh
@@ -22,7 +22,7 @@
##########################################
# Modified by Takis Psarogiannakopoulos
-# Universirty of Cambridge
+# University of Cambridge
# Centre for Mathematical Sciences
# Department of Pure Mathematics
# Wilberforce road
diff --git a/hints/epix.sh b/hints/epix.sh
index 86ddf9a71f..14326b544f 100644
--- a/hints/epix.sh
+++ b/hints/epix.sh
@@ -31,7 +31,7 @@ libc='/svr4/usr/lib/libc.a'
glibpth="/svr4/usr/lib /svr4/usr/lib/cmplrs/cc /usr/ccs/lib /svr4/lib /svr4/usr/ucblib $glibpth"
osname='epix2'
archname='epix2'
-d_suidsafe='define' # "./Configure -d" can't figure this out easilly
+d_suidsafe='define' # "./Configure -d" can't figure this out easily
d_flock='undef'
# Old version had this, but I'm not sure why since the old version
diff --git a/hints/freebsd.sh b/hints/freebsd.sh
index 44cf0ebaca..c661fe81d1 100644
--- a/hints/freebsd.sh
+++ b/hints/freebsd.sh
@@ -62,7 +62,7 @@ case "$osvers" in
#
# Even though seteuid/setegid are available, they've been turned off
# because perl isn't coded with saved set[ug]id variables in mind.
-# In addition, a small patch is requried to suidperl to avoid a security
+# In addition, a small patch is required to suidperl to avoid a security
# problem with FreeBSD.
#
2.0.5*|2.0-built*|2.1*)
diff --git a/hints/isc.sh b/hints/isc.sh
index 2b97618d44..970e900e22 100644
--- a/hints/isc.sh
+++ b/hints/isc.sh
@@ -8,7 +8,7 @@
#
# We don't want to explicitly mention -lc (since we're using POSIX mode.)
-# We also don't want -lx (the Xenix compatability libraries.) The only
+# We also don't want -lx (the Xenix compatibility libraries.) The only
# thing that it seems to pick up is chsize(), which has been reported to
# not work. chsize() can also be implemented via fcntl() in perl (if you
# define -D_SYSV3). We'll leave in -lPW since it's harmless. Some
diff --git a/hints/linux.sh b/hints/linux.sh
index d208129812..ac27f23639 100644
--- a/hints/linux.sh
+++ b/hints/linux.sh
@@ -13,7 +13,7 @@
# Updated Thu May 30 10:50:22 EDT 1996 by <doughera@lafayette.edu>
# Updated Fri Jun 21 11:07:54 EDT 1996
-# NDBM support for ELF renabled by <kjahds@kjahds.com>
+# NDBM support for ELF re-enabled by <kjahds@kjahds.com>
# No version of Linux supports setuid scripts.
d_suidsafe='undef'
diff --git a/hints/netbsd.sh b/hints/netbsd.sh
index d196418229..d812f60fea 100644
--- a/hints/netbsd.sh
+++ b/hints/netbsd.sh
@@ -154,7 +154,7 @@ $define|true|[yY]*)
fi
unset lpthread
- # several reentrant functions are embeded in libc, but haven't
+ # several reentrant functions are embedded in libc, but haven't
# been added to the header files yet. Let's hold off on using
# them until they are a valid part of the API
case "$osvers" in
diff --git a/hints/next_3.sh b/hints/next_3.sh
index d142de5e76..3dfbcca1ad 100644
--- a/hints/next_3.sh
+++ b/hints/next_3.sh
@@ -26,7 +26,7 @@
# sbrk makes it possible to run perl with its own malloc. Thanks to
# Ilya who showed me the way to his sbrk for OS/2!!
#
-# The whole malloc desaster lead to a failing gdbm test. It is far
+# The whole malloc disaster lead to a failing gdbm test. It is far
# beyond my understanding, why GDBM_File breaks with the "fix", but in
# general I consider it better to have a working perl with broken GDBM
# than no perl at all.
@@ -38,7 +38,7 @@
# 1997:
# From perl5.003_22 the malloc bug has no impact any more. We can run
# a perl without a special sbrk. Apparently Chip Salzenberg, the hero
-# of 5.004 anyway, earned another trophy during Australien Open.
+# of 5.004 anyway, earned another trophy during Australian Open.
#
# use the following two lines to enable USE_PERL_SBRK. Try this if you
# encounter intermittent core dumps:
diff --git a/hints/os390.sh b/hints/os390.sh
index 10f14edcf4..5aafb4e78a 100644
--- a/hints/os390.sh
+++ b/hints/os390.sh
@@ -123,7 +123,7 @@ case "$ldlibpthname" in
'') ldlibpthname=LIBPATH ;;
esac
-# The folowing should always be used
+# The following should always be used
d_oldpthreads='define'
# Header files to include.
diff --git a/hints/posix-bc.sh b/hints/posix-bc.sh
index 00c1cc9ac5..3962bff925 100644
--- a/hints/posix-bc.sh
+++ b/hints/posix-bc.sh
@@ -51,7 +51,7 @@ if [ -z "$bs2000_ignoredl" -a -e /usr/lib/libdl.a ]; then
*risc_4000*)
bs2000_ld="perl_genso"
echo "
-Now you must buy everything they sell you, musn't you?
+Now you must buy everything they sell you, mustn't you?
Didn't somebody tell you that RISC machines and dynamic library support gives
you helluva lot of configuration problems at the moment?
Sigh. Now you'll expect me to fix it for you, eh?
diff --git a/hints/powerux.sh b/hints/powerux.sh
index 28dcf0cb21..0eecd861cb 100644
--- a/hints/powerux.sh
+++ b/hints/powerux.sh
@@ -200,7 +200,7 @@ dont_use_nlink=define
# Configure comes up with the wrong type for these for some reason. The
# pointers shouldn't have const in them. (And it looks like I have to
-# provide netdb_hlen_type as well becuase when I predefine the others it
+# provide netdb_hlen_type as well because when I predefine the others it
# comes up empty :-).
#
netdb_host_type='char *'
diff --git a/hints/qnx.sh b/hints/qnx.sh
index f4f1f25702..840eca699f 100644
--- a/hints/qnx.sh
+++ b/hints/qnx.sh
@@ -12,7 +12,7 @@
# perl-5.10.0-tobe compiles with Watcom C 10.6
# and QNX 4.25 patch G w/TCPSDK installed
# Some tests still fail, mostly to do with dynamic/static
-# or unsuported features in QNX.
+# or unsupported features in QNX.
#
## As with many unix ports, this one depends on a few "standard"
# unix utilities which are not necessarily standard for QNX4.
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
diff --git a/hints/svr4.sh b/hints/svr4.sh
index cbc2d9549f..34a00ab3f2 100644
--- a/hints/svr4.sh
+++ b/hints/svr4.sh
@@ -172,5 +172,5 @@ fi
# SVR4 derivatives. (Though UnixWare has it in /usr/ccs/lib/libc.so.)
d_lstat=define
-d_suidsafe='define' # "./Configure -d" can't figure this out easilly
+d_suidsafe='define' # "./Configure -d" can't figure this out easily
diff --git a/hints/svr5.sh b/hints/svr5.sh
index 87118f4550..e0b5b619b6 100644
--- a/hints/svr5.sh
+++ b/hints/svr5.sh
@@ -27,7 +27,7 @@ case "$cc" in
;;
esac
-# Hardwire the processor to 586 for consistancy with autoconf
+# Hardwire the processor to 586 for consistency with autoconf
# archname='i586-svr5'
# -- seems this is generally disliked by perl porters so leave it to float
@@ -66,7 +66,7 @@ else
libswanted=`echo " $libswanted " | sed -e 's/ ucb / /'`
glibpth=`echo " $glibpth " | sed -e 's/ \/usr\/ucblib / /'`
- # If see libdbm in /usr/local and not overidden assume its the
+ # If see libdbm in /usr/local and not overridden assume its the
# non ucblib rebuild from skunkware and use it
if [ ! -f /usr/local/lib/libdbm.so -o ! "$want_dbm" ] ; then
i_dbm='undef'
diff --git a/hints/t001.c b/hints/t001.c
index 51fdefda84..562d7597ff 100644
--- a/hints/t001.c
+++ b/hints/t001.c
@@ -52,7 +52,7 @@ void test(double *result)
fadd,dbl %fr4,%fr12,%fr4
fsub,dbl %fr4,%fr12,%fr4
- This code depends on the floading-add and
+ This code depends on the floating-add and
floating-subtract retaining all of the
precision present in the operands. There is
no such guarantee when using floating-point,