Skip to content

Commit f64470c

Browse files
chore: fix typo in help_text (ietf-tools#8841)
1 parent 1ccf83d commit f64470c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/secr/announcement/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def __init__(self, *args, **kwargs):
130130
# nomcom field is defined declaratively so label and help_text must be set here
131131
self.fields["nomcom"].label = "NomCom message:"
132132
self.fields["nomcom"].help_text = (
133-
"If this is a NomCom announcement specifiy which NomCom group here"
133+
"If this is a NomCom announcement specify which NomCom group here"
134134
)
135135
nomcom_roles = person.role_set.filter(
136136
group__in=self.fields["nomcom"].queryset, name="chair"

0 commit comments

Comments
 (0)