summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-24 03:45:50 +0000
committerUlrich Müller <ulm@gentoo.org>2023-03-26 13:35:58 +0200
commite93e73e71ac291c1c993a56013cbc2af92ae4309 (patch)
tree308cb9111bffb2dd9e753f17028091d91a5dadb2
parentjava-ant-2.eclass: fix spelling (diff)
downloadgentoo-e93e73e71ac291c1c993a56013cbc2af92ae4309.tar.gz
gentoo-e93e73e71ac291c1c993a56013cbc2af92ae4309.tar.bz2
gentoo-e93e73e71ac291c1c993a56013cbc2af92ae4309.zip
java-pkg-2.eclass: fix spelling
Thanks to codespell. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--eclass/java-pkg-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/java-pkg-2.eclass b/eclass/java-pkg-2.eclass
index c8a4e6b5abae..3a5c846a18e6 100644
--- a/eclass/java-pkg-2.eclass
+++ b/eclass/java-pkg-2.eclass
@@ -73,7 +73,7 @@ java-pkg-2_src_prepare() {
# EANT_BUILD_TARGET - the ant target/targets to execute (default: jar)
# EANT_DOC_TARGET - the target to build extra docs under the doc use flag
# (default: javadoc; declare empty to disable completely)
-# EANT_GENTOO_CLASSPATH - @see eant documention in java-utils-2.eclass
+# EANT_GENTOO_CLASSPATH - @see eant documentation in java-utils-2.eclass
# EANT_EXTRA_ARGS - extra arguments to pass to eant
# EANT_ANT_TASKS - modifies the ANT_TASKS variable in the eant environment
# @CODE