]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-http: test-http-client-errors - fix typo in error message
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 30 Oct 2017 13:59:46 +0000 (15:59 +0200)
committerTimo Sirainen <tss@dovecot.fi>
Mon, 30 Oct 2017 15:10:30 +0000 (17:10 +0200)
src/lib-http/test-http-client-errors.c

index fc0b7f62e8f9f175c888458282553ebddf2ee522..ca33cf0ff3ce2fcecb5c8d6c4b973e2f1a3e0f3e 100644 (file)
@@ -1027,7 +1027,7 @@ test_connection_lost_input(struct server_connection *conn)
                if (conn->conn.input->stream_errno == 0)
                        i_fatal("server: Client stream ended prematurely");
                else
-                       i_fatal("server: Streem error: %s",
+                       i_fatal("server: Stream error: %s",
                                i_stream_get_error(conn->conn.input));
        }
 }