docs: fix typos

This commit is contained in:
Jakub Wilk
2015-12-12 11:18:56 +01:00
parent f446dc4b83
commit c8f9f4c17e
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ such as videos, where buffering the whole file slows down the client's browser.
By default, mitmproxy will read the entire response, perform any indicated
manipulations on it and then send the (possibly modified) response to
the client. In some cases this is undesirable and you may wish to "stream"
the reponse back to the client. When streaming is enabled, the response is
the response back to the client. When streaming is enabled, the response is
not buffered on the proxy but directly sent back to the client instead.
On the command-line

View File

@@ -11,7 +11,7 @@ then used to generate the interception certificate, which is sent to the client
so the connection can continue.
This rather intricate little dance lets us seamlessly generate correct
certificates even if the client has specifed only an IP address rather than the
certificates even if the client has specified only an IP address rather than the
hostname. It also means that we don't need to sniff additional data to generate
certs in transparent mode.