Skip to content

Commit 5862af7

Browse files
authored
Merge pull request #1532 from ansible/patchback/backports/stable-2.14/8abd1c22ba37d9e33557813ba5c100da1aae9cad/pr-1530
[PR #1530/8abd1c22 backport][stable-2.14] fix minor typo in Makefile
2 parents 9ffe1d2 + adf4d3e commit 5862af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docsite/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ gettext: gettext_structure gettext_generate_rst
110110

111111
generate-po:
112112
ifeq ($(LANGUAGES),)
113-
@echo 'LANGUAGES is not defined. It is mandatory. LANGUAGES should be a comma separated list of languages to support. (Exampe: fr,es)'
113+
@echo 'LANGUAGES is not defined. It is mandatory. LANGUAGES should be a comma separated list of languages to support. (Example: fr,es)'
114114
else
115115
(cd docs/docsite/; sphinx-intl update -w 0 -d rst/locales -p "$(POTDIR)" -l $(LANGUAGES))
116116
endif
117117

118118
needs-translation:
119119
ifeq ($(LANGUAGES),)
120-
@echo 'LANGUAGES is not defined. It is mandatory. LANGUAGES should be a comma separated list of languages to support. (Exampe: fr,es)'
120+
@echo 'LANGUAGES is not defined. It is mandatory. LANGUAGES should be a comma separated list of languages to support. (Example: fr,es)'
121121
else
122122
(cd docs/docsite/; sphinx-intl stat -d rst/locales -l $(LANGUAGES) | grep -E ' [1-9][0-9]* (fuzzy|untranslated)' | sort)
123123
endif

0 commit comments

Comments
 (0)