summaryrefslogtreecommitdiff
path: root/include/jvmfwk
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-08 10:44:33 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-10 11:00:45 +0200
commit0c480c2d8d8d9e487215f49faf398d31d4898416 (patch)
tree3c714c20367d29fdd46c9f7e89757223739ba93b /include/jvmfwk
parent67144e386510eb06c452a84c798d725080ed310d (diff)
Fix typo
Change-Id: If77bba3aabe872a9616cd8cad94199e87cab9875 Reviewed-on: https://gerrit.libreoffice.org/75325 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/jvmfwk')
-rw-r--r--include/jvmfwk/framework.hxx6
1 files changed, 3 insertions, 3 deletions
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>