fix typos

svn: r4379
This commit is contained in:
Eero Tamminen
2005-04-19 16:41:22 +00:00
parent 3b9b193b27
commit b905316bbd
4 changed files with 9 additions and 4 deletions

View File

@ -1822,7 +1822,7 @@ class IsWitness(Rule):
return 'Witnesses'
def description(self):
return _("Matches persons who are whitness in an event")
return _("Matches persons who are witnesses in an event")
def category(self):
return _('Event filters')