From eb237a34da6a17c06d1c25ad9609b80fdc88b595 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 27 Oct 2012 16:16:50 -0400 Subject: util:wsgi: fix From -> from typo in pyOpenSSL comment --- libbe/util/wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe') diff --git a/libbe/util/wsgi.py b/libbe/util/wsgi.py index f0fcfbb..fd219e1 100644 --- a/libbe/util/wsgi.py +++ b/libbe/util/wsgi.py @@ -905,7 +905,7 @@ if libbe.TESTING: suite = unittest.TestSuite([unitsuite, doctest.DocTestSuite()]) -# The following certificate-creation code is adapted From pyOpenSSL's +# The following certificate-creation code is adapted from pyOpenSSL's # examples. def _get_cert_filenames(server_name, autogenerate=True, logger=None): -- cgit