From 91a0a53e0cb75550801104cca07937e50869c590 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sat, 4 Dec 2010 13:23:55 +0900 Subject: Replace all occured, occurance etc. --- odk/source/com/sun/star/lib/loader/InstallationFinder.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'odk/source/com/sun') diff --git a/odk/source/com/sun/star/lib/loader/InstallationFinder.java b/odk/source/com/sun/star/lib/loader/InstallationFinder.java index 0b67d85e369e..5110035728ec 100644 --- a/odk/source/com/sun/star/lib/loader/InstallationFinder.java +++ b/odk/source/com/sun/star/lib/loader/InstallationFinder.java @@ -79,7 +79,7 @@ final class InstallationFinder { * Gets the path of a UNO installation. * * @return the installation path or null, if no installation - * was specified or found, or if an error occured + * was specified or found, or if an error occurred */ public static String getPath() { @@ -140,7 +140,7 @@ final class InstallationFinder { * java -D= -jar application.jar.

* * @return the installation path or null, if no installation - * was specified in the Java system property or if an error occured + * was specified in the Java system property or if an error occurred */ private static String getPathFromProperty( String prop ) { @@ -164,7 +164,7 @@ final class InstallationFinder { * Java versions.

* * @return the installation path or null, if no installation - * was specified in the environment variable or if an error occured + * was specified in the environment variable or if an error occurred */ private static String getPathFromEnvVar( String var ) { @@ -188,7 +188,7 @@ final class InstallationFinder { *

This method is called on the Windows platform only.

* * @return the installation path or null, if no installation - * was found or if an error occured + * was found or if an error occurred */ private static String getPathFromWindowsRegistry() { @@ -227,7 +227,7 @@ final class InstallationFinder { * Java versions.

* * @return the installation path or null, if no installation - * was found or if an error occured + * was found or if an error occurred */ private static String getPathFromPathEnvVar() { @@ -286,7 +286,7 @@ final class InstallationFinder { * is in one of the directories listed in the PATH environment variable.

* * @return the installation path or null, if no installation - * was found or if an error occured + * was found or if an error occurred */ private static String getPathFromWhich() { @@ -382,7 +382,7 @@ final class InstallationFinder { * OOo 2.0.

* * @return the installation path or null, if no installation - * was found or if an error occured + * was found or if an error occurred */ private static String getPathFromSVersionFile() { -- cgit