fix a typo

This commit is contained in:
Joris Vink 2013-07-09 13:27:39 +02:00
parent a17f93e896
commit b0c67df902
1 changed files with 1 additions and 1 deletions

View File

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