gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 06/178: http2: fixes typo


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 06/178: http2: fixes typo
Date: Wed, 23 May 2018 12:24:01 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 7750b14be12a60ec3a8ed0c471f210703d94128f
Author: Kobi Gurkan <address@hidden>
AuthorDate: Thu Mar 15 14:34:43 2018 +0200

    http2: fixes typo
    
    Closes #2387
---
 lib/http2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]