diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-07-02 19:43:38 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-07-02 19:55:27 +0200 |
commit | b1c176731a959ad97992588cb9dd71187a0b1943 (patch) | |
tree | 12f189e8f39276986603fae694506d834f020586 /eclass | |
parent | app-admin/gopass-summon-provider: mark stable (diff) | |
download | gentoo-b1c176731a959ad97992588cb9dd71187a0b1943.tar.gz gentoo-b1c176731a959ad97992588cb9dd71187a0b1943.tar.bz2 gentoo-b1c176731a959ad97992588cb9dd71187a0b1943.zip |
java-utils-2.eclass: fixed a typo
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java-utils-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 3368e6977f60..7b61c0b74cf0 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -118,7 +118,7 @@ JAVA_PKG_ALLOW_VM_CHANGE=${JAVA_PKG_ALLOW_VM_CHANGE:="yes"} # Normally this is determined from the jre/jdk version specified in RDEPEND. # See java-pkg_get-target function below. # -# Should generallyonly be used for testing and debugging. +# Should generally only be used for testing and debugging. # # emerge bar to be compatible with 1.3 # @CODE |