summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-02-01 00:07:56 +0000
committersnj <snj@pkgsrc.org>2004-02-01 00:07:56 +0000
commit445af1efbfbb45721151b471dbd89dee6c0138c3 (patch)
tree92edf902b81165e44a1b7de5f5b4e9ecf489b082 /pkgtools/libnbcompat
parent2898463d1bd12b9bc224222830915fac147e6f55 (diff)
downloadpkgsrc-445af1efbfbb45721151b471dbd89dee6c0138c3.tar.gz
s/seperate/separate/; s/independantly/independently/;
s/dependancies/dependencies/
Diffstat (limited to 'pkgtools/libnbcompat')
-rw-r--r--pkgtools/libnbcompat/files/aclocal.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/libnbcompat/files/aclocal.m4 b/pkgtools/libnbcompat/files/aclocal.m4
index a51064cddd1..95b1bafca12 100644
--- a/pkgtools/libnbcompat/files/aclocal.m4
+++ b/pkgtools/libnbcompat/files/aclocal.m4
@@ -1,4 +1,4 @@
-dnl $NetBSD: aclocal.m4,v 1.2 2003/09/06 23:03:00 grant Exp $
+dnl $NetBSD: aclocal.m4,v 1.3 2004/02/01 00:07:56 snj Exp $
dnl
dnl
@@ -77,11 +77,11 @@ dnl
dnl This test exists so that every application developer does not test this in
dnl a different, and subtly broken fashion.
dnl
-dnl It has been argued that this test should be broken up into two seperate
+dnl It has been argued that this test should be broken up into two separate
dnl tests, one for the resolver libraries, and one for the libraries necessary
dnl for using Sockets API. Unfortunately, the two are carefully intertwined and
-dnl allowing the autoconf user to use them independantly potentially results in
-dnl unfortunate ordering dependancies -- as such, such component macros would
+dnl allowing the autoconf user to use them independently potentially results in
+dnl unfortunate ordering dependencies -- as such, such component macros would
dnl have to carefully use indirection and be aware if the other components were
dnl executed. Since other autoconf macros do not go to this trouble, and almost
dnl no applications use sockets without the resolver, this complexity has not