]> The Tcpdump Group git mirrors - libpcap/commitdiff
Remove duplicate words
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 28 Mar 2020 14:49:44 +0000 (15:49 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 28 Mar 2020 15:13:59 +0000 (16:13 +0100)
[skip ci]

CHANGES
cmakeconfig.h.in
extract.h
gencode.c
pcap-netfilter-linux.c
rpcapd/rpcapd.manadmin.in

diff --git a/CHANGES b/CHANGES
index d09d5b680601f2e692e9b77604b91770c01ffba7..6535896f841dee614c4a636c48f1ce8b36260399 100644 (file)
--- 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
   ([email protected]) and Rick Jones ([email protected])
 
 - Added support for SINIX. Thanks to Andrej Borsenkow
index c7085d88c44f247fad2f9d6840feaa14a3cc79c6..73be7aa4eb478d78413ea44304d945196c35b72b 100644 (file)
 /* 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. */
index e5ace61464b79a0b4f2c6f0f36824e7c75f72a6a..e776a9eb22adc1dfdd2c3b71f266a45ecb8f99de 100644 (file)
--- 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
index b56f6f116e1c48c0d40e25e8cf5d18db0e6c453b..df00dd8dd4f799a4add30404d4a44d808ec42c0e 100644 (file)
--- 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
index f78d7f30e5c2c11402b6cb2c0e1609028b42a13f..ced930278def8d8c57d7d65e57a1ddd2d1f63cd4 100644 (file)
@@ -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;
                        }
 
index 03401f416bf5961864bc76600d28b344adfd7613..73868f438bdd530eb8ef0bf3bb31cb0908ed44a3 100644 (file)
@@ -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