From: Vincent Bray
The httpready
accept filter buffers entire HTTP requests at
- the kernel level. Once an entire request is recieved, the kernel then
+ the kernel level. Once an entire request is received, the kernel then
sends it to the server. See the
accf_http(9) man page for more details. Since HTTPS requests are
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 52ca379bf2b..f93defd046b 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -50,7 +50,7 @@ available
The httpready
accept filter buffers entire HTTP requests at
- the kernel level. Once an entire request is recieved, the kernel then
+ the kernel level. Once an entire request is received, the kernel then
sends it to the server. See the
accf_http(9) man page for more details. Since HTTPS requests are