summaryrefslogtreecommitdiff
path: root/tests/i18n
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2021-06-07 14:54:28 -0400
committerGitHub <noreply@github.com>2021-06-07 20:54:28 +0200
commitbbf09254a3919821a9fa5f4e770b234829b64dee (patch)
treeec63973b366e03c02a0b4c4133395bfb50a35fad /tests/i18n
parent87bb746ea6bb4bf6fb9f87065d5daaca857a130c (diff)
downloaddjango-bbf09254a3919821a9fa5f4e770b234829b64dee.tar.gz
Fixed typos in test comments.
Diffstat (limited to 'tests/i18n')
-rw-r--r--tests/i18n/commands/templates/test.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/i18n/commands/templates/test.html b/tests/i18n/commands/templates/test.html
index acac1a1149..160f4cdedb 100644
--- a/tests/i18n/commands/templates/test.html
+++ b/tests/i18n/commands/templates/test.html
@@ -85,7 +85,7 @@ continued here.{% endcomment %}
{% blocktranslate context 'Special blocktranslate context wrapped in single quotes' %}Translatable literal with context wrapped in single quotes{% endblocktranslate %}
{% blocktranslate context "Special blocktranslate context wrapped in double quotes" %}Translatable literal with context wrapped in double quotes{% endblocktranslate %}
-{# Backwards compatability tests #}
+{# Backwards compatibility tests #}
{% blocktrans %}blocktrans text{% endblocktrans %}
{% trans "trans text" %}