mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:53:46 +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
|
|
@ -394,7 +394,7 @@ CONNECT_REQ_INIT:
|
|||
/*
|
||||
* This is currently not supporting "Identification Protocol (RFC1413)".
|
||||
*/
|
||||
socksreq[8] = 0; /* ensure empty userid is NUL-terminated */
|
||||
socksreq[8] = 0; /* ensure empty userid is null-terminated */
|
||||
if(sx->proxy_user) {
|
||||
size_t plen = strlen(sx->proxy_user);
|
||||
if(plen > 255) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue