diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-03-03 17:08:55 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-03-03 16:43:59 +0000 |
commit | 64a50fc271cf20b5e10b54b46ad52810a9722c3a (patch) | |
tree | 8c19365ac793120b23b8d39411c314f6be0ca8af | |
parent | 848266b8c2eaa594930c29c802405587691deefc (diff) |
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.hxx | 2 | ||||
-rw-r--r-- | jvmfwk/source/framework.cxx | 2 |
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; |