From: Kobi Gurkan Date: Thu, 15 Mar 2018 12:34:43 +0000 (+0200) Subject: http2: fixes typo X-Git-Tag: curl-7_60_0~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7750b14be12a60ec3a8ed0c471f210703d94128f;p=thirdparty%2Fcurl.git http2: fixes typo Closes #2387 --- diff --git a/lib/http2.c b/lib/http2.c index b2c34e9410..c15630eca2 100644 --- a/lib/http2.c +++ b/lib/http2.c @@ -1361,7 +1361,7 @@ static ssize_t http2_handle_stream_close(struct connectdata *conn, if(!stream->bodystarted) { failf(data, "HTTP/2 stream %u was closed cleanly, but before getting " - " all response header fields, teated as error", + " all response header fields, treated as error", stream->stream_id); *err = CURLE_HTTP2_STREAM; return -1;