cfbe: typo: Unschdeuled -> Unscheduled
authorChris Ball <cjb@laptop.org>
Mon, 6 Sep 2010 22:26:59 +0000 (18:26 -0400)
committerChris Ball <cjb@laptop.org>
Mon, 6 Sep 2010 23:22:27 +0000 (19:22 -0400)
interfaces/web/web.py

index f99f6250e5c6993916c335355f39c53ef901c5d7..9284c295fab019bfbc3c9464134892a440c1132b 100644 (file)
@@ -100,7 +100,7 @@ class WebInterface:
             label += ' Currently Unassigned' if assignee == 'None' \
                 else ' Assigned to %s' % (assignee,)
         if target != '':
-            label += ' Currently Unschdeuled' if target == 'None' \
+            label += ' Currently Unscheduled' if target == 'None' \
                 else ' Scheduled for %s' % (target,)
         
         bugs = self.filter_bugs(status, assignee, target)