commit: 3ef2719e5943d2d65d6e46f1d7fcdbf6f59f3933
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 20:59:35 2017 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Jan 2 22:54:55 2018 +0000
URL: https://gitweb.gentoo.org/proj/eselect-java.git/commit/?id=3ef2719e
Fix typo in java-vm module
src/modules/java-vm.eselect.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/java-vm.eselect.in b/src/modules/java-vm.eselect.in
index 917b4d0..13da3f1 100644
--- a/src/modules/java-vm.eselect.in
+++ b/src/modules/java-vm.eselect.in
@@ -112,7 +112,7 @@ do_set() {
if [[ -w $(dirname ${VM_SYSTEM}) ]]; then
my_set ${VM_SYSTEM} ${2}
else
- die -q "Sorry, you don't have enough premission to set
system"
+ die -q "Sorry, you don't have enough permission to set
system"
fi
elif [[ ${1} == "user" ]]; then
if [[ ${UID} != 0 ]]; then