changeset 6249:3b62c35e824d

client.py fix comment typo
author John Rouillard <rouilj@ieee.org>
date Fri, 31 Jul 2020 09:04:58 -0400
parents 2f53d41ae71f
children 95183d73ac64
files roundup/cgi/client.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/cgi/client.py	Tue Jul 28 21:41:59 2020 -0400
+++ b/roundup/cgi/client.py	Fri Jul 31 09:04:58 2020 -0400
@@ -367,7 +367,7 @@
         # should cookies be secure?
         self.secure = self.base.startswith ('https')
 
-        # check the tracker_we setting
+        # check the tracker_web setting
         if not self.base.endswith('/'):
             self.base = self.base + '/'
 

Roundup Issue Tracker: http://roundup-tracker.org/