summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-03-03 17:08:55 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-03-03 16:43:59 +0000
commit64a50fc271cf20b5e10b54b46ad52810a9722c3a (patch)
tree8c19365ac793120b23b8d39411c314f6be0ca8af
parenthook local FilterConfigCache config avoid to global one (diff)
downloadcore-64a50fc271cf20b5e10b54b46ad52810a9722c3a.tar.gz
core-64a50fc271cf20b5e10b54b46ad52810a9722c3a.zip
Typo: requirments -> requirements
Change-Id: I02c5846eb51071e1a958c3d65e150fb7cbc7d58a Reviewed-on: https://gerrit.libreoffice.org/34873 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-rw-r--r--include/jvmfwk/framework.hxx2
-rw-r--r--jvmfwk/source/framework.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx
index c8be2dc76413..b2d550e28c3a 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 94f7c2cc1019..a56c29488f1f 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;