diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2018-08-01 14:06:33 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2018-08-01 14:06:33 +0100 |
commit | 9ea3e1b265f226ca5e51f87e5d97740718f46dbc (patch) | |
tree | 79fb2b2c908cc07d2d6f34c5fcf3dfb6ce742250 /aclocal.m4 | |
parent | 2c070e974313be2dfdff074bf395324c3adc4673 (diff) | |
download | tcpdump-9ea3e1b265f226ca5e51f87e5d97740718f46dbc.tar.gz |
Fix some spelling in comments.
[skip ci]
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -990,11 +990,11 @@ dnl This test exists so that every application developer does not test dnl this in a different, and subtly broken fashion. dnl It has been argued that this test should be broken up into two -dnl seperate tests, one for the resolver libraries, and one for the +dnl separate tests, one for the resolver libraries, and one for the dnl libraries necessary for using Sockets API. Unfortunately, the two dnl are carefully intertwined and allowing the autoconf user to use -dnl them independantly potentially results in unfortunate ordering -dnl dependancies -- as such, such component macros would have to +dnl them independently potentially results in unfortunate ordering +dnl dependencies -- as such, such component macros would have to dnl carefully use indirection and be aware if the other components were dnl executed. Since other autoconf macros do not go to this trouble, dnl and almost no applications use sockets without the resolver, this |