aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorPedro Monreal <pmgdeb@gmail.co>2020-02-02 09:49:28 +0100
committerDaniel Gustafsson <daniel@yesql.se>2020-02-02 18:43:01 +0100
commit4b6fd29f1a0e5e71b1863b843324a7bdc800ef0a (patch)
tree866d9eb632d67a014bad0e8bbb48208b3f8a7568 /lib/url.c
parent6ef123522a28ca872f12fe482ee7c714079c61b2 (diff)
cleanup: fix typos and wording in docs and comments
Closes #4869 Reviewed-by: Emil Engler and Daniel Gustafsson
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 5bc20a05b..07d429e35 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -1269,7 +1269,7 @@ ConnectionExists(struct Curl_easy *data,
needle->conn_to_port == check->conn_to_port) &&
strcasecompare(needle->host.name, check->host.name) &&
needle->remote_port == check->remote_port) {
- /* The schemes match or the the protocol family is the same and the
+ /* The schemes match or the protocol family is the same and the
previous connection was TLS upgraded, and the hostname and host
port match */
if(needle->handler->flags & PROTOPT_SSL) {