diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-04 20:22:21 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-05 10:12:34 +0100 |
commit | 6b1afab2dd556657f3a28fd2e7002650b88c8a26 (patch) | |
tree | 7d1a947ea7022650e4a63c99786903c04e1c4765 /include/jvmfwk/framework.hxx | |
parent | 3618a6020d085ccf1a4cfaac431c9ced5552a248 (diff) |
Fix typo
Change-Id: I54ab8a54f676c125649aa1f9915b1d80bc821e7b
Reviewed-on: https://gerrit.libreoffice.org/84481
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/jvmfwk/framework.hxx')
-rw-r--r-- | include/jvmfwk/framework.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |