summaryrefslogtreecommitdiff
path: root/odk/source/com/sun/star/lib/loader/InstallationFinder.java
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 15:17:01 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 12:36:37 +0000
commit095438e52ccff8eaf12af6b3e3eb5f8c00792416 (patch)
tree1f9c5ad0e05fa67ff10d970b166ba3641ee60784 /odk/source/com/sun/star/lib/loader/InstallationFinder.java
parent25e0872da600c65a08c73c335f0e1ef21b2f00f5 (diff)
Fix typos
Change-Id: I14dca0d55c09187690dc1d94936c40b890ca5cea Reviewed-on: https://gerrit.libreoffice.org/35637 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk/source/com/sun/star/lib/loader/InstallationFinder.java')
-rw-r--r--odk/source/com/sun/star/lib/loader/InstallationFinder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/source/com/sun/star/lib/loader/InstallationFinder.java b/odk/source/com/sun/star/lib/loader/InstallationFinder.java
index 6de0c6468d50..5caef5445a15 100644
--- a/odk/source/com/sun/star/lib/loader/InstallationFinder.java
+++ b/odk/source/com/sun/star/lib/loader/InstallationFinder.java
@@ -54,7 +54,7 @@ import java.util.ArrayList;
* Both methods require that the 'soffice' executable or a symbolic
* link is in one of the directories listed in the PATH environment variable.
* For older versions than OOo 2.0 the above described methods may fail.
- * In this case the default installation is taken from the .sversionrc file in
+ * In this case the default installation is taken from the .versionrc file in
* the user's home directory. Note, that the .sversionrc file will be omitted
* for OOo 2.0</p>
*/