commit b0c67df9028069d5b9d2b4ef7d125213cd2f6fb5
parent a17f93e896ffecbdb6b2f3fa9caa1e1848ea5ab4
Author: Joris Vink <joris@coders.se>
Date: Tue, 9 Jul 2013 13:27:39 +0200
fix a typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/spdy.c b/src/spdy.c
@@ -692,7 +692,7 @@ spdy_zlib_deflate(struct connection *c, u_int8_t *src, size_t len,
SPDY_ZLIB_DICT_SIZE);
if (r != Z_OK) {
deflateEnd(&(c->z_deflate));
- kore_debug("delfateSetDictionary(): %d", r);
+ kore_debug("deflateSetDictionary(): %d", r);
return (KORE_RESULT_ERROR);
}