include/jvmfwk/framework.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6b1afab2dd556657f3a28fd2e7002650b88c8a26 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Dec 4 20:22:21 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Dec 5 10:12:34 2019 +0100 Fix typo Change-Id: I54ab8a54f676c125649aa1f9915b1d80bc821e7b Reviewed-on: https://gerrit.libreoffice.org/84481 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx index 3c7fe2981436..abcc059b3966 100644 --- a/include/jvmfwk/framework.hxx +++ b/include/jvmfwk/framework.hxx @@ -465,7 +465,7 @@ JVMFWK_DLLPUBLIC javaFrameworkError jfw_getJavaInfoByPath( were not met.</br> JFW_E_JAVA_DISABLED the use of Java is currently disabled. <br/> JFW_E_NO_SELECT there is no JRE selected yet. <br/> - JFW_E_RUNNIN_JVM there is already a VM running.<br/> + JFW_E_RUNNING_JVM there is already a VM running.<br/> JFW_E_INVALID_SETTINGS the javavendors.xml has been changed and no JRE has been selected afterwards. <br/> JFW_E_NEED_RESTART in the current process a different JRE has been selected _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
