From: Francois-Xavier Le Bail Date: Sat, 28 Mar 2020 14:49:44 +0000 (+0100) Subject: Remove duplicate words X-Git-Tag: libpcap-1.10-bp~239 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/48affbccf699037ce0af2d37653ced5e77ff23ed Remove duplicate words [skip ci] --- diff --git a/CHANGES b/CHANGES index d09d5b68..6535896f 100644 --- a/CHANGES +++ b/CHANGES @@ -275,7 +275,7 @@ Summary for 1.5.0 libpcap release than the mcr repository Checks added for malloc()/realloc()/etc. failures Fixed build on Solaris 11 - Support filtering filtering E1 SS7 traffic on MTP2 layer Annex A + Support filtering E1 SS7 traffic on MTP2 layer Annex A Use "ln -s" to link man pages by default Add support for getting nanosecond-resolution time stamps when capturing and reading capture files @@ -820,7 +820,7 @@ v0.3 Sat Nov 30 20:56:27 PST 1996 v0.2.1 Sun Jul 14 03:02:26 PDT 1996 -- Fixes for HP-UX 10. Thanks in part to to Thomas Wolfram +- Fixes for HP-UX 10. Thanks in part to Thomas Wolfram (wolf@prz.tu-berlin.de) and Rick Jones (raj@hpisrdq.cup.hp.com) - Added support for SINIX. Thanks to Andrej Borsenkow diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index c7085d88..73be7aa4 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -289,7 +289,7 @@ /* Define to the address where bug reports for this package should be sent. */ #cmakedefine PACKAGE_BUGREPORT 1 -/* Define to the DLL-preferred version string of of this package. */ +/* Define to the DLL-preferred version string of this package. */ #cmakedefine PACKAGE_VERSION_DLL @PACKAGE_VERSION_DLL@ /* Define to the full name of this package. */ diff --git a/extract.h b/extract.h index e5ace614..e776a9eb 100644 --- a/extract.h +++ b/extract.h @@ -131,7 +131,7 @@ EXTRACT_BE_S_8(const void *p) * * We do this in case the compiler can generate code using those * instructions to do an unaligned load and pass stuff to "ntohs()" or - * "ntohl()", which might be better than than the code to fetch the + * "ntohl()", which might be better than the code to fetch the * bytes one at a time and assemble them. (That might not be the * case on a little-endian platform, such as DEC's MIPS machines and * Alpha machines, where "ntohs()" and "ntohl()" might not be done diff --git a/gencode.c b/gencode.c index b56f6f11..df00dd8d 100644 --- a/gencode.c +++ b/gencode.c @@ -2927,7 +2927,7 @@ insert_compute_vloffsets(compiler_state_t *cstate, struct block *b) } /* - * If there there is no initialization yet and we need variable + * If there is no initialization yet and we need variable * length offsets for VLAN, initialize them to zero */ if (s == NULL && cstate->is_vlan_vloffset) { @@ -8878,7 +8878,7 @@ gen_vlan_bpf_extensions(compiler_state_t *cstate, bpf_u_int32 vlan_num, /* * This is tricky. We need to insert the statements updating variable - * parts of offsets before the the traditional TPID and VID tests so + * parts of offsets before the traditional TPID and VID tests so * that they are called whenever SKF_AD_VLAN_TAG_PRESENT fails but * we do not want this update to affect those checks. That's why we * generate both test blocks first and insert the statements updating diff --git a/pcap-netfilter-linux.c b/pcap-netfilter-linux.c index f78d7f30..ced93027 100644 --- a/pcap-netfilter-linux.c +++ b/pcap-netfilter-linux.c @@ -638,7 +638,7 @@ netfilter_activate(pcap_t* handle) if (nflog_send_config_cmd(handle, groups[i], NFULNL_CFG_CMD_BIND, AF_UNSPEC) < 0) { pcap_fmt_errmsg_for_errno(handle->errbuf, PCAP_ERRBUF_SIZE, errno, - "Can't listen on group group index"); + "Can't listen on group index"); goto close_fail; } @@ -668,7 +668,7 @@ netfilter_activate(pcap_t* handle) if (nfqueue_send_config_cmd(handle, groups[i], NFQNL_CFG_CMD_BIND, AF_UNSPEC) < 0) { pcap_fmt_errmsg_for_errno(handle->errbuf, PCAP_ERRBUF_SIZE, errno, - "Can't listen on group group index"); + "Can't listen on group index"); goto close_fail; } diff --git a/rpcapd/rpcapd.manadmin.in b/rpcapd/rpcapd.manadmin.in index 03401f41..73868f43 100644 --- a/rpcapd/rpcapd.manadmin.in +++ b/rpcapd/rpcapd.manadmin.in @@ -193,7 +193,7 @@ Only allow hosts specified in the argument to connect to this server. .I host_list is a list of host names or IP addresses, separated by commas. -We suggest that you use use host names rather than literal IP addresses +We suggest that you use host names rather than literal IP addresses in order to avoid problems with different address families. .TP .B \-n