mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:03:35 +03:00
misc: Fix typos in docs and lib
This fixes miscellaneous typos and duplicated words in the docs, lib and test comments and a few user facing errorstrings. Author: RainRat on Github Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Reviewed-by: Dan Fandrich <dan@coneharvesters.com> Closes: #13019
This commit is contained in:
parent
89733e2dd2
commit
2cd78f525c
26 changed files with 26 additions and 26 deletions
|
|
@ -3272,7 +3272,7 @@ static CURLcode ssh_connect(struct Curl_easy *data, bool *done)
|
|||
#endif /* CURL_LIBSSH2_DEBUG */
|
||||
|
||||
/* libcurl MUST to set custom memory functions so that the kbd_callback
|
||||
funciton's memory allocations can be properled freed */
|
||||
function's memory allocations can be properly freed */
|
||||
sshc->ssh_session = libssh2_session_init_ex(my_libssh2_malloc,
|
||||
my_libssh2_free,
|
||||
my_libssh2_realloc, data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue