http2: fixes typo

Closes #2387
This commit is contained in:
Kobi Gurkan 2018-03-15 14:34:43 +02:00 committed by Daniel Stenberg
parent 2b083dcc40
commit 7750b14be1
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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;