From 7750b14be12a60ec3a8ed0c471f210703d94128f Mon Sep 17 00:00:00 2001 From: Kobi Gurkan Date: Thu, 15 Mar 2018 14:34:43 +0200 Subject: http2: fixes typo Closes #2387 --- lib/http2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http2.c') diff --git a/lib/http2.c b/lib/http2.c index b2c34e941..c15630eca 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; -- cgit v1.2.3