]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
misc: remove duplicate words
authorJohn Bampton <jbampton@gmail.com>
Sat, 26 Aug 2023 12:08:10 +0000 (22:08 +1000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 29 Aug 2023 08:39:31 +0000 (10:39 +0200)
Closes #11740

docs/SECURITY-ADVISORY.md
lib/url.c
scripts/delta

index 37083cd3c52563f471878afbe066d7807b9d6210..0ddc38b90dbc4ea3fa02354633b6bd9844542b85 100644 (file)
@@ -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.
 
index f8a216b68e7f91c3b41d889be9d2c6ceb01b0131..cd54523c31645b97a215082f859a69e70294aa37 100644 (file)
--- 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.
          */
index 3920a79aec001689f6d53ee33a3659b6048cf0ad..a294f5a5a787268c9495b965f820b5d09e6851d9 100755 (executable)
@@ -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;