Skip to content

Commit e14f38a

Browse files
committed
fix typo in comment.
1 parent e4e039a commit e14f38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,7 @@ def run_command(self, args):
20362036
# only open the database once!
20372037
if not self.db:
20382038
self.db = tracker.open(self.name)
2039-
# dont use tracker.config["TRACKER_LANGUAGE"] here as the
2039+
# don't use tracker.config["TRACKER_LANGUAGE"] here as the
20402040
# cli operator likely wants to have i18n as set in the
20412041
# environment.
20422042
# This is needed to fetch the locale's of the tracker's home dir.

0 commit comments

Comments
 (0)