misc: fix spelling mistakes

Reported-by: musvaage on github
Fixes #11171
Closes #11172
This commit is contained in:
Daniel Stenberg 2023-05-21 23:27:43 +02:00
parent 1561d06752
commit 127eb0d83a
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
28 changed files with 41 additions and 42 deletions

View file

@ -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 */