mirror of
https://github.com/curl/curl.git
synced 2026-07-23 15:57:18 +03:00
non-ascii.c: fix typos in comments
Fix two occurrences of s/convers/converts/ spotted while reading code.
This commit is contained in:
parent
fc7ab4835b
commit
5c31aebf64
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ CURLcode Curl_convert_clone(struct Curl_easy *data,
|
|||
|
||||
/*
|
||||
* Curl_convert_to_network() is an internal function for performing ASCII
|
||||
* conversions on non-ASCII platforms. It convers the buffer _in place_.
|
||||
* conversions on non-ASCII platforms. It converts the buffer _in place_.
|
||||
*/
|
||||
CURLcode Curl_convert_to_network(struct Curl_easy *data,
|
||||
char *buffer, size_t length)
|
||||
|
|
@ -144,7 +144,7 @@ CURLcode Curl_convert_to_network(struct Curl_easy *data,
|
|||
|
||||
/*
|
||||
* Curl_convert_from_network() is an internal function for performing ASCII
|
||||
* conversions on non-ASCII platforms. It convers the buffer _in place_.
|
||||
* conversions on non-ASCII platforms. It converts the buffer _in place_.
|
||||
*/
|
||||
CURLcode Curl_convert_from_network(struct Curl_easy *data,
|
||||
char *buffer, size_t length)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue