From 6b1afab2dd556657f3a28fd2e7002650b88c8a26 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 4 Dec 2019 20:22:21 +0100 Subject: Fix typo Change-Id: I54ab8a54f676c125649aa1f9915b1d80bc821e7b Reviewed-on: https://gerrit.libreoffice.org/84481 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/jvmfwk/framework.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/jvmfwk/framework.hxx') 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.
JFW_E_JAVA_DISABLED the use of Java is currently disabled.
JFW_E_NO_SELECT there is no JRE selected yet.
- JFW_E_RUNNIN_JVM there is already a VM running.
+ JFW_E_RUNNING_JVM there is already a VM running.
JFW_E_INVALID_SETTINGS the javavendors.xml has been changed and no JRE has been selected afterwards.
JFW_E_NEED_RESTART in the current process a different JRE has been selected -- cgit