aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-12-12 11:43:56 +0100
committerMaximilian Hils <git@maximilianhils.com>2015-12-12 11:43:56 +0100
commit6391b05ef1b92585765eb77e352921ec61b65020 (patch)
tree51dee5fbe43ec834d4661e5eed6466a6d0405b5b /docs/features
parentc6d849f7f566b9307f96fdfeb28b09813cffd69f (diff)
parentc8f9f4c17e1d4485e0cc98f609f39bc59a17c163 (diff)
downloadmitmproxy-6391b05ef1b92585765eb77e352921ec61b65020.tar.gz
mitmproxy-6391b05ef1b92585765eb77e352921ec61b65020.tar.bz2
mitmproxy-6391b05ef1b92585765eb77e352921ec61b65020.zip
Merge pull request #857 from jwilk/spelling
docs: fix typos
Diffstat (limited to 'docs/features')
-rw-r--r--docs/features/responsestreaming.rst2
-rw-r--r--docs/features/upstreamcerts.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/responsestreaming.rst b/docs/features/responsestreaming.rst
index af3d889a..8975c1f8 100644
--- a/docs/features/responsestreaming.rst
+++ b/docs/features/responsestreaming.rst
@@ -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
diff --git a/docs/features/upstreamcerts.rst b/docs/features/upstreamcerts.rst
index c687aec7..af2e2226 100644
--- a/docs/features/upstreamcerts.rst
+++ b/docs/features/upstreamcerts.rst
@@ -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.