diff options
-rw-r--r-- | lib/http2.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |