mirror of
https://github.com/curl/curl.git
synced 2026-08-26 15:13:34 +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
|
|
@ -227,7 +227,7 @@ OM_uint32 gss_init_sec_context(OM_uint32 *min,
|
|||
return GSS_S_FAILURE;
|
||||
}
|
||||
|
||||
/* Overwrite null terminator */
|
||||
/* Overwrite null-terminator */
|
||||
memset(token + used, 'A', length - used);
|
||||
|
||||
*context_handle = ctx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue