summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-24 03:45:54 +0000
committerUlrich Müller <ulm@gentoo.org>2023-03-26 13:35:59 +0200
commit542adbf6bc0c9dab22e125b5038f9b2a13c85374 (patch)
tree2994441bce074b983f15013045a055fa0c87ecc1 /eclass/java-vm-2.eclass
parentjava-utils-2.eclass: fix spelling (diff)
downloadgentoo-542adbf6bc0c9dab22e125b5038f9b2a13c85374.tar.gz
gentoo-542adbf6bc0c9dab22e125b5038f9b2a13c85374.tar.bz2
gentoo-542adbf6bc0c9dab22e125b5038f9b2a13c85374.zip
java-vm-2.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/java-vm-2.eclass')
-rw-r--r--eclass/java-vm-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/java-vm-2.eclass b/eclass/java-vm-2.eclass
index 01bbcf697fb4..336a486c3883 100644
--- a/eclass/java-vm-2.eclass
+++ b/eclass/java-vm-2.eclass
@@ -344,7 +344,7 @@ java-vm_sandbox-predict() {
[[ -z "${1}" ]] && die "${FUNCNAME} takes at least one argument"
local path path_arr=("$@")
- # subshell this to prevent IFS bleeding out dependant on bash version.
+ # subshell this to prevent IFS bleeding out dependent on bash version.
# could use local, which *should* work, but that requires a lot of testing.
path=$(IFS=":"; echo "${path_arr[*]}")
dodir /etc/sandbox.d