Skip to content

Commit ab7b572

Browse files
committed
Merged in [15441] from peter@akayla.com:
Fixed 2 trivial spelling errors in NomCom tools. Fixes issue ietf-tools#2569. - Legacy-Id: 15442 Note: SVN reference [15441] has been migrated to Git commit 047b918
2 parents 13ff722 + 047b918 commit ab7b572

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/nomcom/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,5 +815,5 @@ class Meta:
815815
fields = ('nominee_email',)
816816

817817
class NominationResponseCommentForm(forms.Form):
818-
comments = forms.CharField(widget=forms.Textarea,required=False,help_text="Any comments provided will be encrytped and will only be visible to the NomCom.", strip=False)
818+
comments = forms.CharField(widget=forms.Textarea,required=False,help_text="Any comments provided will be encrypted and will only be visible to the NomCom.", strip=False)
819819

ietf/templates/nomcom/send_reminder_mail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
{% block nomcom_content %}
1111
{% origin %}
12-
<h2>Send remider to {{reminder_description}}</h2>
12+
<h2>Send reminder to {{reminder_description}}</h2>
1313

1414
{% if nomcom.group.state_id == 'active' %}
1515
<p>The message that will be sent is as follows:</p>

0 commit comments

Comments
 (0)