From 36775ac557a76e1eefaba12feef35817d8ceca26 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sun, 26 Feb 2006 23:08:41 +0000 Subject: [PATCH] fix minor typos --- CHANGES | 2 +- bin/tests/compress_test.c | 4 ++-- bin/tests/rdata_test.c | 8 ++++---- configure | 6 +++--- configure.in | 4 ++-- lib/bind/irs/irp.c | 4 ++-- libtool.m4 | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGES b/CHANGES index 1859eab79d..739ab81066 100644 --- a/CHANGES +++ b/CHANGES @@ -4717,7 +4717,7 @@ , , or . - 119. [cleanup] structure definitions for generic rdata stuctures do + 119. [cleanup] structure definitions for generic rdata structures do not have _generic_ in their names. 118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting diff --git a/bin/tests/compress_test.c b/bin/tests/compress_test.c index 6f1f1994c9..2b7f39863a 100644 --- a/bin/tests/compress_test.c +++ b/bin/tests/compress_test.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: compress_test.c,v 1.24.2.1 2004/03/09 06:09:30 marka Exp $ */ +/* $Id: compress_test.c,v 1.24.2.2 2006/02/26 23:07:35 marka Exp $ */ #include @@ -131,7 +131,7 @@ test(unsigned int allowed, dns_name_t *name1, dns_name_t *name2, case DNS_COMPRESS_NONE: s = "DNS_COMPRESS_NONE"; break; case DNS_COMPRESS_GLOBAL14: s = "DNS_COMPRESS_GLOBAL14"; break; /* case DNS_COMPRESS_ALL: s = "DNS_COMPRESS_ALL"; break; */ - default: s = "UNKOWN"; break; + default: s = "UNKNOWN"; break; } fprintf(stdout, "Allowed = %s\n", s); } diff --git a/bin/tests/rdata_test.c b/bin/tests/rdata_test.c index 13229de560..c529bfd731 100644 --- a/bin/tests/rdata_test.c +++ b/bin/tests/rdata_test.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdata_test.c,v 1.35.2.3 2005/03/17 03:59:31 marka Exp $ */ +/* $Id: rdata_test.c,v 1.35.2.4 2006/02/26 23:07:35 marka Exp $ */ #include @@ -276,7 +276,7 @@ viastruct(dns_rdata_t *rdata, isc_mem_t *mctx, break; } if (result != ISC_R_SUCCESS) - fprintf(stdout, "viastruct: tostuct %d %d return %s\n", + fprintf(stdout, "viastruct: tostruct %d %d return %s\n", rdata->type, rdata->rdclass, dns_result_totext(result)); else @@ -505,7 +505,7 @@ viastruct(dns_rdata_t *rdata, isc_mem_t *mctx, break; } if (result != ISC_R_SUCCESS) - fprintf(stdout, "viastruct: tostuct %d %d return %s\n", + fprintf(stdout, "viastruct: tostruct %d %d return %s\n", rdata->type, rdata->rdclass, dns_result_totext(result)); else { @@ -516,7 +516,7 @@ viastruct(dns_rdata_t *rdata, isc_mem_t *mctx, result = dns_rdata_fromstruct(rdata2, rdc, rdt, sp, b); if (result != ISC_R_SUCCESS) fprintf(stdout, - "viastruct: fromstuct %d %d return %s\n", + "viastruct: fromstruct %d %d return %s\n", rdata->type, rdata->rdclass, dns_result_totext(result)); else if (rdata->length != rdata2->length || diff --git a/configure b/configure index d58e402d54..6253d4007e 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.294.2.58 . +# From configure.in Revision: 1.294.2.59 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # @@ -12721,7 +12721,7 @@ echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 fi -# Report which librarie types wil actually be built +# Report which libraries types will actually be built echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6 echo "$as_me:$LINENO: result: $can_build_shared" >&5 @@ -25813,7 +25813,7 @@ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext # -# Some hosts need msg_namelen to match the size of the socket stucture. +# Some hosts need msg_namelen to match the size of the socket structure. # Some hosts don't set msg_namelen appropriately on return from recvmsg(). # case $host in diff --git a/configure.in b/configure.in index 0fd87385cb..64c4aac29a 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -AC_REVISION($Revision: 1.294.2.58 $) +AC_REVISION($Revision: 1.294.2.59 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.13) @@ -1554,7 +1554,7 @@ AC_MSG_RESULT(cannot determine type of rlim_cur when cross compiling - assuming AC_SUBST(ISC_PLATFORM_RLIMITTYPE) # -# Some hosts need msg_namelen to match the size of the socket stucture. +# Some hosts need msg_namelen to match the size of the socket structure. # Some hosts don't set msg_namelen appropriately on return from recvmsg(). # case $host in diff --git a/lib/bind/irs/irp.c b/lib/bind/irs/irp.c index 9c73310684..433264ba0b 100644 --- a/lib/bind/irs/irp.c +++ b/lib/bind/irs/irp.c @@ -16,7 +16,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: irp.c,v 1.3.2.3 2004/03/17 01:54:21 marka Exp $"; +static const char rcsid[] = "$Id: irp.c,v 1.3.2.4 2006/02/26 23:07:35 marka Exp $"; #endif /* Imports */ @@ -517,7 +517,7 @@ irs_irp_get_full_response(struct irp_p *pvt, int *code, char *text, * int irs_irp_send_command(struct irp_p *pvt, const char *fmt, ...); * * Sends command to remote connected via the PVT - * struture. FMT and args after it are fprintf-like + * structure. FMT and args after it are fprintf-like * arguments for formatting. * * Returns: diff --git a/libtool.m4 b/libtool.m4 index c3b71e8932..551ffd0d83 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -2557,7 +2557,7 @@ AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) AC_LIBTOOL_SYS_LIB_STRIP AC_LIBTOOL_DLOPEN_SELF($1) -# Report which librarie types wil actually be built +# Report which libraries types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared])