diff options
-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; |