Fixed a typo.

- Legacy-Id: 14270
This commit is contained in:
Henrik Levkowetz 2017-11-01 14:51:08 +00:00
parent 48a81862b8
commit 23a3056260

View file

@ -271,7 +271,7 @@ class Command(BaseCommand):
if self.dummy_run:
self.note("Would update Trac components for group '%s'" % group.acronym)
else:
self.note("Updating Trac componets for group '%s'" % group.acronym)
self.note("Updating Trac components for group '%s'" % group.acronym)
components = Component.select(env)
comp_names = [ c.name for c in components ]
group_docs = group.document_set.filter(states__slug='active', type_id='draft').distinct()