aboutsummaryrefslogtreecommitdiff
path: root/lib/altsvc.c
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2019-03-22 11:38:11 +0100
committerDaniel Gustafsson <daniel@yesql.se>2019-03-22 11:39:03 +0100
commitd0c1268f99dca8ac089ec93a9a4c2a8af1f95ae2 (patch)
treea632168c29f1c16e02d121d9c85c9765f5af3b09 /lib/altsvc.c
parentefd9fba68189c70c2a48d9726b25df25ba87fcd0 (diff)
lib: Fix typos in comments
Diffstat (limited to 'lib/altsvc.c')
-rw-r--r--lib/altsvc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/altsvc.c b/lib/altsvc.c
index 64ca2655d..164346645 100644
--- a/lib/altsvc.c
+++ b/lib/altsvc.c
@@ -521,7 +521,7 @@ CURLcode Curl_altsvc_parse(struct Curl_easy *data,
p++;
result = getalnum(&p, alpnbuf, sizeof(alpnbuf));
if(result)
- /* failed to parse, but since we alredy did at least one host we
+ /* failed to parse, but since we already did at least one host we
return OK */
return CURLE_OK;
}