mirror of
https://github.com/curl/curl.git
synced 2026-07-28 10:13:08 +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
|
|
@ -2007,7 +2007,7 @@ static CURLcode ssh_state_sftp_realpath(struct Curl_easy *data,
|
|||
return CURLE_AGAIN;
|
||||
|
||||
if(rc > 0) {
|
||||
/* It seems that this string is not always NULL terminated */
|
||||
/* It seems that this string is not always null-terminated */
|
||||
sshp->readdir_filename[rc] = '\0';
|
||||
free(sshc->homedir);
|
||||
sshc->homedir = strdup(sshp->readdir_filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue