This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note some files missing from blead in two upstream => blead distributions
[perl5.git] / hints / isc.sh
index 2b97618..970e900 100644 (file)
@@ -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