From 4e1bbc115640f6a7c4f787fb2235d80457289432 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 4 Apr 2012 16:05:18 +1200 Subject: [PATCH] Doc spellcheck. --- doc-src/certinstall/android.html | 2 +- doc-src/mitmdump.html | 2 +- doc-src/mitmproxy.html | 2 +- doc-src/scripts.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc-src/certinstall/android.html b/doc-src/certinstall/android.html index 46e6be15d..a9f85ef21 100644 --- a/doc-src/certinstall/android.html +++ b/doc-src/certinstall/android.html @@ -96,7 +96,7 @@ Now, install ProxyDroid from the Google Play store: You will be prompted for super-user access, which you must allow. Next, enter the ProxyDroid settings, and change the proxy settings to point to your -mitmproxy instance. When you're done, it should look something lke this: +mitmproxy instance. When you're done, it should look something like this: diff --git a/doc-src/mitmdump.html b/doc-src/mitmdump.html index 4dc0a5193..6346da425 100644 --- a/doc-src/mitmdump.html +++ b/doc-src/mitmdump.html @@ -1,7 +1,7 @@ __mitmdump__ is the command-line companion to mitmproxy. It provides tcpdump-like functionality to let you view, record, and programmatically -transform HTTP traffic. See the _--help_ flag ouptut for complete +transform HTTP traffic. See the _--help_ flag output for complete documentation. diff --git a/doc-src/mitmproxy.html b/doc-src/mitmproxy.html index 5d7d15d9a..7908e259b 100644 --- a/doc-src/mitmproxy.html +++ b/doc-src/mitmproxy.html @@ -16,7 +16,7 @@ The flow list shows an index of captured flows in chronological order. these flows, and then accept them (using the _a_ key) to continue. In this case, the request has been intercepted on the way to the server. - __5__: A response intercepted from the server on the way to the client. -- __6__: The event log can be toggled on and off using the _e_ shorcut key. This +- __6__: The event log can be toggled on and off using the _e_ shortcut key. This pane shows events and errors that may not result in a flow that shows up in the flow pane. - __7__: Flow count. diff --git a/doc-src/scripts.html b/doc-src/scripts.html index be8e54810..860ad9b64 100644 --- a/doc-src/scripts.html +++ b/doc-src/scripts.html @@ -42,7 +42,7 @@ guaranteed to have non-None __request__ and __response__ attributes. ### error(ScriptContext, Flow) -Called when a flow error has occured, e.g. invalid server responses, or +Called when a flow error has occurred, e.g. invalid server responses, or interrupted connections. This is distinct from a valid server HTTP error response, which is simply a response with an HTTP error code. The __Flow__ object is guaranteed to have non-None __request__ and __error__ attributes.