Skip to content

Commit

Permalink
fix: l/r/h/http2.c: Fix spelling mistake
Browse files Browse the repository at this point in the history
Fix spelling mistake it was found while packaging mosquito for debian:

I: mosquitto: spelling-error-in-binary Inital Initial [usr/sbin/mosquitto]

Forwarded: #2927
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Jul 10, 2023
1 parent f9d1f25 commit c4dd4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/roles/h2/http2.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ lws_h2_settings(struct lws *wsi, struct http2_settings *settings,
case H2SET_INITIAL_WINDOW_SIZE:
if (b > 0x7fffffff) {
lws_h2_goaway(nwsi, H2_ERR_FLOW_CONTROL_ERROR,
"Inital Window beyond max");
"Initial Window beyond max");
return 1;
}

Expand Down

0 comments on commit c4dd4cf

Please sign in to comment.