summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-30 13:00:15 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 11:03:11 +0000
commit9956b99e68c45a82015766873b4b7f581462bef2 (patch)
tree0dc1780f79d1e17f05efe5132e504c99b9c69dd7 /jvmfwk
parent3764f7435eb00053e04ea3e8f042fcfc5c7826f2 (diff)
Fix typos
Change-Id: I44bdb63bef76e9686e995661a24a3bef7cd50ab7 Reviewed-on: https://gerrit.libreoffice.org/18959 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/util.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
index 344711e8da23..f5b89caa9bb0 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
@@ -994,7 +994,7 @@ rtl::Reference<VendorBase> getJREInfoByPath(
// 1.3.1 special treatment: jdk/bin/java and /jdk/jre/bin/java are links to
//a script, named .java_wrapper. The script starts jdk/bin/sparc/native_threads/java
//or jdk/jre/bin/sparc/native_threads/java. The script uses the name with which it was
- //invoked to build the path to the executable. It we start the script directy as .java_wrapper
+ //invoked to build the path to the executable. It we start the script directly as .java_wrapper
//then it tries to start a jdk/.../native_threads/.java_wrapper. Therefore the link, which
//is named java, must be used to start the script.
getJavaProps(sFullPath,
@@ -1003,7 +1003,7 @@ rtl::Reference<VendorBase> getJREInfoByPath(
#endif
props, & bProcessRun);
// Either we found a working 1.3.1
- //Or the java is broken. In both cases we stop searchin under this "root" directory
+ // Or the java is broken. In both cases we stop searching under this "root" directory
bBreak = true;
break;
}