From fe14a8324178025927dcb7349efa13e98e505a1f Mon Sep 17 00:00:00 2001 From: gopherorg Date: Mon, 13 May 2024 18:23:37 +0800 Subject: [PATCH] chore: remove repetitive words Signed-off-by: gopherorg --- doc/masscan.8 | 2 +- src/event-timeout.h | 2 +- src/smack1.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/masscan.8 b/doc/masscan.8 index 3cd09f1e..eef8964e 100644 --- a/doc/masscan.8 +++ b/doc/masscan.8 @@ -294,7 +294,7 @@ An alternative is with the "resume" feature\. A scan has an internal index that A script can use this to split smaller tasks across many other machines, such as Amazon EC2 instances\. As each instance completes a job, the script might send a request to a central coordinating server for more work\. . .SH "SPURIOUS RESETS" -When scanning TCP using the default IP address of your adapter, the built\-in stack will generate RST packets\. This will prevent banner grabbing\. There are are two ways to solve this\. The first way is to create a firewall rule to block that port from being seen by the stack\. How this works is dependent on the operating system, but on Linux this looks something like: +When scanning TCP using the default IP address of your adapter, the built\-in stack will generate RST packets\. This will prevent banner grabbing\. There are two ways to solve this\. The first way is to create a firewall rule to block that port from being seen by the stack\. How this works is dependent on the operating system, but on Linux this looks something like: . .IP "" 4 . diff --git a/src/event-timeout.h b/src/event-timeout.h index a5d9a186..3d09149a 100644 --- a/src/event-timeout.h +++ b/src/event-timeout.h @@ -102,7 +102,7 @@ timeouts_add(struct Timeouts *timeouts, struct TimeoutEntry *entry, size_t offset, uint64_t timestamp_expires); /** - * Remove an object from the timestamp system that is older than than + * Remove an object from the timestamp system that is older than * the specified timestamp. This function must be called repeatedly * until it returns NULL to remove all the objects that are older * than the given timestamp. diff --git a/src/smack1.c b/src/smack1.c index fb53b228..a46f6840 100644 --- a/src/smack1.c +++ b/src/smack1.c @@ -1100,7 +1100,7 @@ smack_stage3_sort(struct SMACK *smack) * This function currently only works in a very narrow case, for the SMB * parser, where all the patterns are "anchored" and none overlap with * the SMB patterns. This allows us to modify existing states with - * the wildcards, without adding new states. Do do this right we need + * the wildcards, without adding new states. Do this right we need * to duplicate states in order to track wildcards ****************************************************************************/ static void