diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-24 21:45:11 -0500 |
---|---|---|
committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-24 21:45:11 -0500 |
commit | afbb7f117b8be34e35735e4b4b1244ee5c5bbae1 (patch) | |
tree | 0af5f0598251973f5921c4cf42c4403f40ff9065 /examples/complex/README.md | |
parent | 6b5b71aefaffebeea9eb0003a25f039686c5b785 (diff) | |
download | mitmproxy-afbb7f117b8be34e35735e4b4b1244ee5c5bbae1.tar.gz mitmproxy-afbb7f117b8be34e35735e4b4b1244ee5c5bbae1.tar.bz2 mitmproxy-afbb7f117b8be34e35735e4b4b1244ee5c5bbae1.zip |
Misc. typos
Found via `codespell -q 3 -I ../mitmproxy-word-whitelist.txt`
Where whitelist contains:
```
cas
doubleclick
nd
ot
seeked
statics
te
thru
```
Diffstat (limited to 'examples/complex/README.md')
-rw-r--r-- | examples/complex/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/complex/README.md b/examples/complex/README.md index 77dbe2f5..c53503e4 100644 --- a/examples/complex/README.md +++ b/examples/complex/README.md @@ -10,7 +10,7 @@ | mitmproxywrapper.py | Bracket mitmproxy run with proxy enable/disable on OS X | | nonblocking.py | Demonstrate parallel processing with a blocking script | | remote_debug.py | This script enables remote debugging of the mitmproxy _UI_ with PyCharm. | -| sslstrip.py | sslstrip-like funtionality implemented with mitmproxy | +| sslstrip.py | sslstrip-like functionality implemented with mitmproxy | | stream.py | Enable streaming for all responses. | | stream_modify.py | Modify a streamed response body. | | tcp_message.py | Modify a raw TCP connection | |