From 7378f9cc3222f865a3df8a29ba585aacd2b92f5c Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 26 Aug 2023 22:08:10 +1000 Subject: [PATCH] misc: remove duplicate words Closes #11740 --- docs/SECURITY-ADVISORY.md | 2 +- lib/url.c | 2 +- scripts/delta | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/SECURITY-ADVISORY.md b/docs/SECURITY-ADVISORY.md index 37083cd3c5..0ddc38b90d 100644 --- a/docs/SECURITY-ADVISORY.md +++ b/docs/SECURITY-ADVISORY.md @@ -2,7 +2,7 @@ As described in the [Security Process](https://curl.se/dev/secprocess.html) document, when a security vulnerability has been reported to the project and -confirmed, we author an advisory document for for the issue. It should ideally +confirmed, we author an advisory document for the issue. It should ideally be written in cooperation with the reporter to make sure all the angles and details of the problem are gathered and described correctly and succinctly. diff --git a/lib/url.c b/lib/url.c index f8a216b68e..cd54523c31 100644 --- a/lib/url.c +++ b/lib/url.c @@ -953,7 +953,7 @@ static bool extract_if_dead(struct connectdata *conn, * that we expect - in general - no waiting input data. Input * waiting might be a TLS Notify Close, for example. We reject * that. - * For protocols where data from other other end may arrive at + * For protocols where data from other end may arrive at * any time (HTTP/2 PING for example), the protocol handler needs * to install its own `connection_check` callback. */ diff --git a/scripts/delta b/scripts/delta index 3920a79aec..a294f5a5a7 100755 --- a/scripts/delta +++ b/scripts/delta @@ -53,7 +53,7 @@ $ncommitters = $acommitters - $bcommitters; # number of contributors right now $acontribs = `./scripts/contrithanks.sh | grep -c '^[^ ]'`; -# number when the tag tag was set +# number when the tag was set $bcontribs = `git show $start:docs/THANKS | grep -c '^[^ ]'`; # delta $contribs = $acontribs - $bcontribs; -- 2.47.3