mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:43:40 +03:00
spelling: call it null-terminate consistently
With a dash, using two Ls. Also for different forms of the word.
Use NULL in all uppercase if it means a zero pointer.
Follow-up to 307b7543ea
Closes #17489
This commit is contained in:
parent
54834b4ad3
commit
fe81a80ae7
39 changed files with 69 additions and 70 deletions
|
|
@ -59,7 +59,7 @@ bool Curl_xfer_write_is_paused(struct Curl_easy *data);
|
|||
|
||||
/**
|
||||
* Write a single "header" line from a server response.
|
||||
* @param hd0 the 0-terminated, single header line
|
||||
* @param hd0 the null-terminated, single header line
|
||||
* @param hdlen the length of the header line
|
||||
* @param is_eos TRUE iff this is the end of the response
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue