From: Jean-Frederic Clere Date: Tue, 3 Dec 2024 15:35:50 +0000 (+0100) Subject: typo in comment. X-Git-Tag: openssl-3.5.0-alpha1~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe2a51bfda7c8a718a5b0658c7c2a1a1a7c969b4;p=thirdparty%2Fopenssl.git typo in comment. Reviewed-by: Neil Horman Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/25859) --- diff --git a/demos/http3/ossl-nghttp3-demo-server.c b/demos/http3/ossl-nghttp3-demo-server.c index 1aa4a38dd3b..c981afc8808 100644 --- a/demos/http3/ossl-nghttp3-demo-server.c +++ b/demos/http3/ossl-nghttp3-demo-server.c @@ -49,7 +49,7 @@ struct h3ssl { int datadone; /* h3 has given openssl all the data of the response */ int has_uni; /* we have the 3 uni directional stream needed */ int close_done; /* connection begins terminating EVENT_EC */ - int close_wait; /* we are wait for a close or a new request */ + int close_wait; /* we are waiting for a close or a new request */ int done; /* connection terminated EVENT_ECD, after EVENT_EC */ int new_conn; /* a new connection has been received */ int received_from_two; /* workaround for -607 on nghttp3_conn_read_stream on stream 2 */