summaryrefslogtreecommitdiffstats
path: root/include/jvmfwk
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:42:19 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 10:49:09 +0000
commit86781bcfc8f12df980af5c86c2f9e75067f02abc (patch)
tree0e6e989a3cea642bdcf1a6c246dbb28797797329 /include/jvmfwk
parentFix typos (diff)
downloadcore-86781bcfc8f12df980af5c86c2f9e75067f02abc.tar.gz
core-86781bcfc8f12df980af5c86c2f9e75067f02abc.zip
Fix typos
Change-Id: I998e9b2ad8ebdcc983239192cb61f6689e378ad9 Reviewed-on: https://gerrit.libreoffice.org/35633 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/jvmfwk')
-rw-r--r--include/jvmfwk/framework.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx
index b2d550e28c3a..8f3a3a0022b9 100644
--- a/include/jvmfwk/framework.hxx
+++ b/include/jvmfwk/framework.hxx
@@ -293,7 +293,7 @@ struct JavaInfoGuard {
the second argument which is compared with the first.
@return
true - both object represent the same JRE.</br>
- false - the objects represend different JREs
+ false - the objects represent different JREs
*/
JVMFWK_DLLPUBLIC bool jfw_areEqualJavaInfo(
JavaInfo const * pInfoA,JavaInfo const * pInfoB);
@@ -328,7 +328,7 @@ JVMFWK_DLLPUBLIC javaFrameworkError jfw_isVMRunning(sal_Bool *bRunning);
JREs can be provided by different vendors.
The function obtains information about JRE installations and checks if
there is one among them that supports
- a set of features (currently only accessibilty is possible). If none was
+ a set of features (currently only accessibility is possible). If none was
found then it also uses a list of paths, which have been registered
by <code>jfw_addJRELocation</code>
to find JREs. Found JREs are examined in the same way.</p>