mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:03:37 +03:00
misc: Fix incorrect spelling
Fix various uses of connnect by replacing them with connect. Closes: #10045 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
parent
2d3e20a2fc
commit
68ffb4063d
3 changed files with 4 additions and 4 deletions
|
|
@ -317,7 +317,7 @@ struct http_conn {
|
|||
uint8_t binsettings[H2_BINSETTINGS_LEN];
|
||||
size_t binlen; /* length of the binsettings data */
|
||||
|
||||
/* We associate the connnectdata struct with the connection, but we need to
|
||||
/* We associate the connectdata struct with the connection, but we need to
|
||||
make sure we can identify the current "driving" transfer. This is a
|
||||
work-around for the lack of nghttp2_session_set_user_data() in older
|
||||
nghttp2 versions that we want to support. (Added in 1.31.0) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue