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>
Tue, 7 Sep 2010 15:00:56 +0000 (11:00 -0400)
interfaces/web/web.py

index 77c3c09d046f8ad2ab04efcd05b04bafd0eaffa0..4d922e2176cb24ca50507e71c7af6a347932967d 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)