Skip to content

Commit 28eb9b9

Browse files
committed
client.py fix comment typo
1 parent 467799c commit 28eb9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def __init__(self, instance, request, env, form=None, translator=None):
367367
# should cookies be secure?
368368
self.secure = self.base.startswith ('https')
369369

370-
# check the tracker_we setting
370+
# check the tracker_web setting
371371
if not self.base.endswith('/'):
372372
self.base = self.base + '/'
373373

0 commit comments

Comments
 (0)