From: madblobfish Date: Tue, 28 Mar 2017 07:45:12 +0000 (+0200) Subject: KNOWN_BUGS: typo X-Git-Tag: curl-7_54_0~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=556c51a2dff057f539e8a792ac9a9a25ed95e0c4;p=curl KNOWN_BUGS: typo Closes #1364 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 2405ee959..4415ce211 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -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.