commit: 542adbf6bc0c9dab22e125b5038f9b2a13c85374
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 03:45:54 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 11:35:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542adbf6
java-vm-2.eclass: fix spelling
Thanks to codespell.
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
eclass/java-vm-2.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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