From 829cd5f3b651a2ca7ec485c15480e841a1ee16c1 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Fri, 13 Apr 2018 18:34:48 +0000 Subject: [PATCH] Update: Fixed typo --- httpp/encoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpp/encoding.c b/httpp/encoding.c index 4a4dd4e..5af3534 100644 --- a/httpp/encoding.c +++ b/httpp/encoding.c @@ -541,7 +541,7 @@ static ssize_t __enc_chunked_read(httpp_encoding_t *self, void *buf, size_t len, } /* ok. next we have at least a little bit if a header. - * Now we need to find out of the header is complet. + * Now we need to find out if the header is complet. * If it is we will process it. If it isn't we will * just return a short read and try again later! *