[Libreoffice-commits] core.git: include/jvmfwk jvmfwk/source
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Fri Mar 3 16:44:39 UTC 2017
include/jvmfwk/framework.hxx | 2 +-
jvmfwk/source/framework.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 64a50fc271cf20b5e10b54b46ad52810a9722c3a
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date: Fri Mar 3 17:08:55 2017 +0100
Typo: requirments -> requirements
Change-Id: I02c5846eb51071e1a958c3d65e150fb7cbc7d58a
Reviewed-on: https://gerrit.libreoffice.org/34873
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx
index c8be2dc..b2d550e 100644
--- a/include/jvmfwk/framework.hxx
+++ b/include/jvmfwk/framework.hxx
@@ -237,7 +237,7 @@ struct JavaInfo
assistive technology tools are supported.</p>
*/
sal_uInt64 nFeatures;
- /** indicates requirments for running the java runtime.
+ /** indicates requirements for running the java runtime.
<p>For example, it may be necessary to prepare the environment before
the runtime is created. That could mean, setting the
diff --git a/jvmfwk/source/framework.cxx b/jvmfwk/source/framework.cxx
index 94f7c2c..a56c294 100644
--- a/jvmfwk/source/framework.cxx
+++ b/jvmfwk/source/framework.cxx
@@ -271,7 +271,7 @@ javaFrameworkError jfw_startVM(
return JFW_E_NEED_RESTART;
//Check if the selected Java was set in this process. If so it
- //must not have the requirments flag JFW_REQUIRE_NEEDRESTART
+ //must not have the requirements flag JFW_REQUIRE_NEEDRESTART
if ((aInfo->nRequirements & JFW_REQUIRE_NEEDRESTART)
&& jfw::wasJavaSelectedInSameProcess())
return JFW_E_NEED_RESTART;
More information about the Libreoffice-commits
mailing list