mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:03:52 +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
|
|
@ -165,7 +165,7 @@ static char *auth_digest_string_quoted(const char *source)
|
|||
{
|
||||
char *dest;
|
||||
const char *s = source;
|
||||
size_t n = 1; /* null terminator */
|
||||
size_t n = 1; /* null-terminator */
|
||||
|
||||
/* Calculate size needed */
|
||||
while(*s) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue