From 867ffe28e63c92aff2f14786c15a03a1957201a1 Mon Sep 17 00:00:00 2001 From: Soner Tari Date: Wed, 23 Aug 2017 04:48:37 +0300 Subject: [PATCH] Fix typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0bd9d71..71943a9 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ This is similar in principle to [divert sockets](https://man.openbsd.org/divert.4), where the packet filter diverts the packets to a program listening on a divert socket, and after processing the packets the program reinjects them into the kernel. If there is no program -listening on that divert socket or the program does not reinject the packets to -the kernel, the connection is effectively blocked. In the case of SSLproxy, -SSLproxy acts as both the packet filter and the kernel, and the communication -occurs over networking sockets. +listening on that divert socket or the program does not reinject the packets +into the kernel, the connection is effectively blocked. In the case of +SSLproxy, SSLproxy acts as both the packet filter and the kernel, and the +communication occurs over networking sockets. For example, given the following proxy specification: