From da40cac540e7d735edbe9069b3c8ec6af4530208 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 10 Nov 2014 15:05:25 +0100 Subject: Fix common typos. No automatic tools. Handmade… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- jvmfwk/source/elements.hxx | 2 +- jvmfwk/source/framework.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'jvmfwk/source') diff --git a/jvmfwk/source/elements.hxx b/jvmfwk/source/elements.hxx index 28abbaef7291..d81874d426cd 100644 --- a/jvmfwk/source/elements.hxx +++ b/jvmfwk/source/elements.hxx @@ -120,7 +120,7 @@ private: /** creates settings file and fills it with default values. When this function is called then it creates the - settings file at the possition determined by the bootstrap parameters + settings file at the position determined by the bootstrap parameters (UNO_JAVA_JFW_USER_DATA, UNO_JAVA_JFW_SHARED_DATA) and m_layer, unless the file already exists (see createSettingsDocument). diff --git a/jvmfwk/source/framework.cxx b/jvmfwk/source/framework.cxx index a604164bd741..00b6f99c3090 100644 --- a/jvmfwk/source/framework.cxx +++ b/jvmfwk/source/framework.cxx @@ -266,7 +266,7 @@ javaFrameworkError SAL_CALL jfw_startVM( //check if JAVA is disabled //If Java is enabled, but it was disabled when this process was started // then no preparational work, such as setting the LD_LIBRARY_PATH, was - //done. Therefore if a JRE needs it it must not be started. + //done. Therefore if a JRE needs it, it must not be started. if (g_bEnabledSwitchedOn && (aInfo->nRequirements & JFW_REQUIRE_NEEDRESTART)) return JFW_E_NEED_RESTART; -- cgit