CLEANUP: Fix typos in the http subsystem
Fix typos in code comment of the http subsystem.
diff --git a/src/flt_http_comp.c b/src/flt_http_comp.c
index 6092dfc..b4f093c 100644
--- a/src/flt_http_comp.c
+++ b/src/flt_http_comp.c
@@ -269,7 +269,7 @@
if (!st->initialized) {
if (!len) {
- /* Nothing to foward */
+ /* Nothing to forward */
ret = len;
}
else if (st->hdrs_len > len) {
@@ -715,7 +715,7 @@
* (chunk size, trailers, ...).
*/
- /* Write real size at the begining of the chunk, no need of wrapping.
+ /* Write real size at the beginning of the chunk, no need of wrapping.
* We write the chunk using a dynamic length and adjust out->p and out->i
* accordingly afterwards. That will move <out> away from <data>.
*/