summaryrefslogtreecommitdiff
path: root/pkgtools
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
commit0d54a434bcbf81ddd1f78dc44ab5080932cef91f (patch)
tree92edf902b81165e44a1b7de5f5b4e9ecf489b082 /pkgtools
parent013a336790b7a111bbe9b345181f0145f3a0ae4e (diff)
downloadpkgsrc-0d54a434bcbf81ddd1f78dc44ab5080932cef91f.tar.gz
s/seperate/separate/; s/independantly/independently/;
s/dependancies/dependencies/
Diffstat (limited to 'pkgtools')
-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