summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-24 03:45:13 +0000
committerUlrich Müller <ulm@gentoo.org>2023-03-26 13:35:50 +0200
commit6874cc329b1be230c62bbec5819507af881823a6 (patch)
treed4be8d3ddb2a70e1b95ce8e1dce50703a32e96db /eclass/autotools.eclass
parentada.eclass: fix spelling (diff)
downloadgentoo-6874cc329b1be230c62bbec5819507af881823a6.tar.gz
gentoo-6874cc329b1be230c62bbec5819507af881823a6.tar.bz2
gentoo-6874cc329b1be230c62bbec5819507af881823a6.zip
autotools.eclass: fix spelling
Thanks to codespell. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r--eclass/autotools.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 9eda52b281ad..91046b9f82f3 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -325,7 +325,7 @@ eaclocal_amflags() {
# @FUNCTION: eaclocal
# @DESCRIPTION:
# These functions runs the autotools using autotools_run_tool with the
-# specified parametes. The name of the tool run is the same of the function
+# specified parameters. The name of the tool run is the same of the function
# without e prefix.
# They also force installing the support files for safety.
# Respects AT_M4DIR for additional directories to search for macros.