summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat/files
diff options
context:
space:
mode:
authorsnj <snj>2004-02-01 00:07:56 +0000
committersnj <snj>2004-02-01 00:07:56 +0000
commitc1c9bcedbaed35d684498acfe241b38700ae57d8 (patch)
tree92edf902b81165e44a1b7de5f5b4e9ecf489b082 /pkgtools/libnbcompat/files
parentf67601a2ca842e40bc4da9def5d01ec9eef02a17 (diff)
downloadpkgsrc-c1c9bcedbaed35d684498acfe241b38700ae57d8.tar.gz
s/seperate/separate/; s/independantly/independently/;
s/dependancies/dependencies/
Diffstat (limited to 'pkgtools/libnbcompat/files')
-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