mirror of
https://github.com/curl/curl.git
synced 2026-07-28 13:43:05 +03:00
reword a comment to avoid spelling exception
This commit is contained in:
parent
3e45ff807e
commit
e135677249
2 changed files with 1 additions and 2 deletions
1
.github/scripts/codespell-ignore.txt
vendored
1
.github/scripts/codespell-ignore.txt
vendored
|
|
@ -21,7 +21,6 @@ pres
|
|||
rin
|
||||
seh
|
||||
ser
|
||||
statics
|
||||
strat
|
||||
te
|
||||
ths
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
*
|
||||
* Returns `dst' (as a const)
|
||||
* Note:
|
||||
* - uses no statics
|
||||
* - uses no static variables
|
||||
* - takes an unsigned char* not an in_addr as input
|
||||
*/
|
||||
static char *inet_ntop4(const unsigned char *src, char *dst, size_t size)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue