Skip to content

Commit 23a3056

Browse files
committed
Fixed a typo.
- Legacy-Id: 14270
1 parent 48a8186 commit 23a3056

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/utils/management/commands/create_group_wikis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def update_trac_components(self, group, env):
271271
if self.dummy_run:
272272
self.note("Would update Trac components for group '%s'" % group.acronym)
273273
else:
274-
self.note("Updating Trac componets for group '%s'" % group.acronym)
274+
self.note("Updating Trac components for group '%s'" % group.acronym)
275275
components = Component.select(env)
276276
comp_names = [ c.name for c in components ]
277277
group_docs = group.document_set.filter(states__slug='active', type_id='draft').distinct()

0 commit comments

Comments
 (0)