[Libreoffice-commits] core.git: include/jvmfwk
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 10 09:01:28 UTC 2019
include/jvmfwk/framework.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 0c480c2d8d8d9e487215f49faf398d31d4898416
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jul 8 10:44:33 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jul 10 11:00:45 2019 +0200
Fix typo
Change-Id: If77bba3aabe872a9616cd8cad94199e87cab9875
Reviewed-on: https://gerrit.libreoffice.org/75325
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx
index a9b59267eccc..a376920bd96a 100644
--- a/include/jvmfwk/framework.hxx
+++ b/include/jvmfwk/framework.hxx
@@ -161,12 +161,12 @@
<h2>Other bootstrap variables</h2>
<dl>
<dt>JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY</dt>
- <dd>This is a unofficial variable which was introduced to workaround external issues.
+ <dd>This is an unofficial variable which was introduced to workaround external issues.
It may be removed in the future. By setting it to 1, the framework will not try to
find out if the system is configured to use accessibility tools or if a JRE has an
accessible bridge installed</dd>
<dt>JFW_PLUGIN_FORCE_ACCESSIBILITY</dt>
- <dd>This is a unofficial variable which was introduced to workaround external issues.
+ <dd>This is an unofficial variable which was introduced to workaround external issues.
It may be removed in the future. By setting it to 1, the framework will override a
platform's desire not to probe each java backend to determine if it has an accessibility
bridge installed. If the JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY is set this variable has
@@ -698,7 +698,7 @@ JVMFWK_DLLPUBLIC javaFrameworkError jfw_existJRE(const JavaInfo *pInfo, bool *ex
<code>jfw_unlock()</code>. The function should be called if one
needs an exact snapshot of the current settings. Then the settings
are retrieved one by one without risk that the settings may be changed
- by a different thread. Similiary if one needs to make settings which
+ by a different thread. Similarity if one needs to make settings which
should become effective at the same time then <code>jfw_lock</code>
should be called. That is, <code>jfw_startVM</code> which uses the
settings cannot be called before all settings have be made.</p>
More information about the Libreoffice-commits
mailing list