diff options
author | madblobfish <madblobfish@users.noreply.github.com> | 2017-03-28 09:45:12 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-03-29 08:18:57 +0200 |
commit | 556c51a2dff057f539e8a792ac9a9a25ed95e0c4 (patch) | |
tree | a3c8cba49231cefc9100fc828dca44eae47b19f2 /docs/KNOWN_BUGS | |
parent | d1ddda7e75fdc24b68830b16ea0c2179436e4886 (diff) | |
download | curl-556c51a2dff057f539e8a792ac9a9a25ed95e0c4.tar.gz |
KNOWN_BUGS: typo
Closes #1364
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 2 |
1 files changed, 1 insertions, 1 deletions
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. |