Skip to content

Commit fe14a83

Browse files
committed
chore: remove repetitive words
Signed-off-by: gopherorg <[email protected]>
1 parent dfd2001 commit fe14a83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/masscan.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ An alternative is with the "resume" feature\. A scan has an internal index that
294294
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\.
295295
.
296296
.SH "SPURIOUS RESETS"
297-
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:
297+
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:
298298
.
299299
.IP "" 4
300300
.

src/event-timeout.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ timeouts_add(struct Timeouts *timeouts, struct TimeoutEntry *entry,
102102
size_t offset, uint64_t timestamp_expires);
103103

104104
/**
105-
* Remove an object from the timestamp system that is older than than
105+
* Remove an object from the timestamp system that is older than
106106
* the specified timestamp. This function must be called repeatedly
107107
* until it returns NULL to remove all the objects that are older
108108
* than the given timestamp.

src/smack1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ smack_stage3_sort(struct SMACK *smack)
11001100
* This function currently only works in a very narrow case, for the SMB
11011101
* parser, where all the patterns are "anchored" and none overlap with
11021102
* the SMB patterns. This allows us to modify existing states with
1103-
* the wildcards, without adding new states. Do do this right we need
1103+
* the wildcards, without adding new states. Do this right we need
11041104
* to duplicate states in order to track wildcards
11051105
****************************************************************************/
11061106
static void

0 commit comments

Comments
 (0)