summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHu Shuai <hus.fnst@cn.fujitsu.com>2021-04-27 14:12:57 +0800
committerGitHub <noreply@github.com>2021-04-27 11:42:57 +0530
commit4880fee6ca89b0733c12f61505d4462d99d428f3 (patch)
treebf9b112dfabdff987553cb5fa35c6b017603db54 /Makefile
parentcb7f4f19717e91930f695fe0be5adc6cacf5162f (diff)
downloadansible-4880fee6ca89b0733c12f61505d4462d99d428f3.tar.gz
Fix typo in Makefile (#74396)
Fixed minor typo specfic -> specific
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0395802220..aff3d89423 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
# make deb ------------------ produce a DEB
# make docs ----------------- rebuild the manpages (results are checked in)
# make gettext -------------- produce POT files for docs
-# make generate-po ---------- generate language specfic po file
+# make generate-po ---------- generate language specific po file
# make needs-translation ---- generate list of file with unstranlated or fuzzy string for a specific language
# make tests ---------------- run the tests (see https://docs.ansible.com/ansible/devel/dev_guide/testing_units.html for requirements)