mirror of
https://github.com/curl/curl.git
synced 2026-08-26 08:33:31 +03:00
misc: fix spelling mistakes
Reported-by: musvaage on github Fixes #11171 Closes #11172
This commit is contained in:
parent
1561d06752
commit
127eb0d83a
28 changed files with 41 additions and 42 deletions
|
|
@ -255,7 +255,7 @@ static int h2_client_new(struct Curl_cfilter *cf,
|
|||
int rc = nghttp2_option_new(&o);
|
||||
if(rc)
|
||||
return rc;
|
||||
/* We handle window updates ourself to enfore buffer limits */
|
||||
/* We handle window updates ourself to enforce buffer limits */
|
||||
nghttp2_option_set_no_auto_window_update(o, 1);
|
||||
#if NGHTTP2_VERSION_NUM >= 0x013200
|
||||
/* with 1.50.0 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue