diff options
author | Kobi Gurkan <kobigurk@gmail.com> | 2018-03-15 14:34:43 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-03-15 23:57:02 +0100 |
commit | 7750b14be12a60ec3a8ed0c471f210703d94128f (patch) | |
tree | 4ddd6179e097e36a2bade42779dfab2850957e3e /lib/http2.c | |
parent | 2b083dcc40ce6fc1255102c2dcb36cb9041362b1 (diff) |
http2: fixes typo
Closes #2387
Diffstat (limited to 'lib/http2.c')
-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; |