aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/scripts.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-04-04 16:05:18 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-04-04 16:05:18 +1200
commit4e1bbc115640f6a7c4f787fb2235d80457289432 (patch)
tree651dfe0e50885543c4d993cb3e3e305818e846a7 /doc-src/scripts.html
parent786e304bb9f01cee534ac8dfbd7503a1122c7ed1 (diff)
downloadmitmproxy-4e1bbc115640f6a7c4f787fb2235d80457289432.tar.gz
mitmproxy-4e1bbc115640f6a7c4f787fb2235d80457289432.tar.bz2
mitmproxy-4e1bbc115640f6a7c4f787fb2235d80457289432.zip
Doc spellcheck.
Diffstat (limited to 'doc-src/scripts.html')
-rw-r--r--doc-src/scripts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-src/scripts.html b/doc-src/scripts.html
index be8e5481..860ad9b6 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.