]> granicus.if.org Git - curl/commitdiff
KNOWN_BUGS: typo
authormadblobfish <madblobfish@users.noreply.github.com>
Tue, 28 Mar 2017 07:45:12 +0000 (09:45 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Mar 2017 06:18:57 +0000 (08:18 +0200)
Closes #1364

docs/KNOWN_BUGS

index 2405ee95985e900a0354f59543e7d383e7f06d5f..4415ce211579e7e7e89baeaa0bf93a255bcbc7bb 100644 (file)
@@ -159,7 +159,7 @@ problems may have been fixed or changed somewhat since this was written!
 
 1.10 Strips trailing dot from host name
 
- When given a URL wit a trailing dot for the host name part:
+ When given a URL with a trailing dot for the host name part:
  "https://example.com./", libcurl will strip off the dot and use the name
  without a dot internally and send it dot-less in HTTP Host: headers and in
  the TLS SNI field.