summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-09-04 23:31:03 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-09-04 23:31:03 -0400
commitca87ff6ee43a271862a9216d056cfd037d5a0b36 (patch)
tree98fc2abc3dc518547bff6f4d5733052c6a394511 /examples
parent84066823ffaae6b375b3b582222a77598ca27be0 (diff)
downloadpyopenssl-git-ca87ff6ee43a271862a9216d056cfd037d5a0b36.tar.gz
a random set of flake8 and typo fixes
Diffstat (limited to 'examples')
-rw-r--r--examples/proxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/proxy.py b/examples/proxy.py
index b094864..b1c4253 100644
--- a/examples/proxy.py
+++ b/examples/proxy.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# This script demostrates how one can use pyOpenSSL to speak SSL over an HTTP
+# This script demonstrates how one can use pyOpenSSL to speak SSL over an HTTP
# proxy
# The challenge here is to start talking SSL over an already connected socket
#