aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/version.py
diff options
context:
space:
mode:
authorVinay Dargar <vinaydargar@gmail.com>2017-04-02 21:37:38 +0530
committerVinay Dargar <vinaydargar@gmail.com>2017-04-02 21:37:38 +0530
commit55ba6ed14db6634598d1dae4a5c3815a459bcffe (patch)
treebf3e338086d0ae3cc513bacfe48311c4a9962df4 /mitmproxy/version.py
parent8567300dd6222520bbaa1ad12dd39d53ce4f7b67 (diff)
downloadmitmproxy-55ba6ed14db6634598d1dae4a5c3815a459bcffe.tar.gz
mitmproxy-55ba6ed14db6634598d1dae4a5c3815a459bcffe.tar.bz2
mitmproxy-55ba6ed14db6634598d1dae4a5c3815a459bcffe.zip
Replace phrase 'the the' in 2 places
Replaced with the appropriate "in the" and "to the". There are multiple other occurences of this but they are in upstream python modules.
Diffstat (limited to 'mitmproxy/version.py')
-rw-r--r--mitmproxy/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/version.py b/mitmproxy/version.py
index 006ec868..3cae2a04 100644
--- a/mitmproxy/version.py
+++ b/mitmproxy/version.py
@@ -4,7 +4,7 @@ PATHOD = "pathod " + VERSION
MITMPROXY = "mitmproxy " + VERSION
# Serialization format version. This is displayed nowhere, it just needs to be incremented by one
-# for each change the the file format.
+# for each change in the file format.
FLOW_FORMAT_VERSION = 5
if __name__ == "__main__":