diff options
author | Viktor Szakats <commit@vsz.me> | 2020-05-25 19:44:04 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2020-05-25 19:44:04 +0000 |
commit | 308c243db5b7425b454a981d4c0eb7bfac374b8b (patch) | |
tree | b4c77e8a45ab1884ada4ad373a8e7bb97c787c74 /docs/TODO | |
parent | 54d122287c878188c5bbd4a659295f4ba27e137c (diff) |
all: fix codespell errors
Reviewed-by: Jay Satiro
Reviewed-by: Daniel Stenberg
Closes https://github.com/curl/curl/pull/5452
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -230,7 +230,7 @@ On recent macOS versions, the getaddrinfo() function itself has built-in IDN support. By setting the AI_CANONNAME flag, the function will return the - encoded namne in the ai_canonname struct field in the returned information. + encoded name in the ai_canonname struct field in the returned information. This could be used by curl on macOS when built without a separate IDN library and an IDN host name is used in a URL. |