changeset 7439:f7dc37df61b7

fix typo in comment.
author John Rouillard <rouilj@ieee.org>
date Tue, 30 May 2023 15:15:35 -0400
parents 116ea5ce06ab
children 7c2dfa048b58
files roundup/admin.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/admin.py	Tue May 30 14:47:10 2023 -0400
+++ b/roundup/admin.py	Tue May 30 15:15:35 2023 -0400
@@ -2036,7 +2036,7 @@
         # only open the database once!
         if not self.db:
             self.db = tracker.open(self.name)
-            # dont use tracker.config["TRACKER_LANGUAGE"] here as the
+            # don't use tracker.config["TRACKER_LANGUAGE"] here as the
             # cli operator likely wants to have i18n as set in the
             # environment.
             # This is needed to fetch the locale's of the tracker's home dir.

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