summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 17:29:22 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 17:29:22 +0100
commit94477cb5fb6e982035867b198eee7cfa8622c5e3 (patch)
tree79993199790f269b260968eb07cb91e3b1291cc9 /qadevOOo
parent3a014901fdc4134f4fae669b66b154b1137c2352 (diff)
Fix typo accessable/accessible
Change-Id: I2f6d00a6361243a52a593acaaf2bf624d8a2730e
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/convwatch/ConvWatch.java2
-rw-r--r--qadevOOo/runner/convwatch/ConvWatchStarter.java4
-rw-r--r--qadevOOo/runner/convwatch/DocumentConverter.java4
-rw-r--r--qadevOOo/runner/convwatch/EnhancedComplexTestCase.java2
-rw-r--r--qadevOOo/runner/convwatch/GfxCompare.java4
-rw-r--r--qadevOOo/runner/convwatch/ReferenceBuilder.java4
-rw-r--r--qadevOOo/runner/helper/URLHelper.java2
7 files changed, 11 insertions, 11 deletions
diff --git a/qadevOOo/runner/convwatch/ConvWatch.java b/qadevOOo/runner/convwatch/ConvWatch.java
index b117d5749803..60a475fc2cb7 100644
--- a/qadevOOo/runner/convwatch/ConvWatch.java
+++ b/qadevOOo/runner/convwatch/ConvWatch.java
@@ -42,7 +42,7 @@ public class ConvWatch
}
/**
* Check if given document (_sAbsoluteInputFile) and it's postscript representation (_sAbsoluteReferenceFile) produce
- * the same output like the StarOffice / OpenOffice.org which is accessable with XMultiServiceFactory.
+ * the same output like the StarOffice / OpenOffice.org which is accessible with XMultiServiceFactory.
* Here a simple graphically difference check is run through.
*
* Hint: In the OutputPath all needed files will create, there must
diff --git a/qadevOOo/runner/convwatch/ConvWatchStarter.java b/qadevOOo/runner/convwatch/ConvWatchStarter.java
index f5034bd12be8..5e1e09592f57 100644
--- a/qadevOOo/runner/convwatch/ConvWatchStarter.java
+++ b/qadevOOo/runner/convwatch/ConvWatchStarter.java
@@ -147,7 +147,7 @@ public class ConvWatchStarter extends EnhancedComplexTestCase
/**
*
- * @return a List of software which must accessable as an external executable
+ * @return a List of software which must accessible as an external executable
*/
protected String[] mustInstalledSoftware()
{
@@ -184,7 +184,7 @@ public class ConvWatchStarter extends EnhancedComplexTestCase
{
GlobalLogWriter.set(log);
String sDBConnection = (String)param.get( PropertyName.DB_CONNECTION_STRING );
- // check if all need software is installed and accessable
+ // check if all need software is installed and accessible
checkEnvironment(mustInstalledSoftware());
GraphicalTestArguments aGTA = getGraphicalTestArguments();
diff --git a/qadevOOo/runner/convwatch/DocumentConverter.java b/qadevOOo/runner/convwatch/DocumentConverter.java
index 821006d6f2e7..9c68edbdb5ad 100644
--- a/qadevOOo/runner/convwatch/DocumentConverter.java
+++ b/qadevOOo/runner/convwatch/DocumentConverter.java
@@ -125,7 +125,7 @@ public class DocumentConverter extends EnhancedComplexTestCase
}
/**
- * Function returns a List of software which must accessable as an external executable
+ * Function returns a List of software which must accessible as an external executable
*/
protected String[] mustInstalledSoftware()
{
@@ -138,7 +138,7 @@ public class DocumentConverter extends EnhancedComplexTestCase
public void convert()
{
GlobalLogWriter.set(log);
- // check if all need software is installed and accessable
+ // check if all need software is installed and accessible
checkEnvironment(mustInstalledSoftware());
// test_removeFirstDirectorysAndBasenameFrom();
diff --git a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
index 3257d13f0f56..b3d5eb991598 100644
--- a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
+++ b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
@@ -51,7 +51,7 @@ public abstract class EnhancedComplexTestCase extends ComplexTestCase
if (sText.length() == 0)
{
- String sError = "Must quit. " + _sName + " may be not accessable.";
+ String sError = "Must quit. " + _sName + " may be not accessible.";
assure(sError, false);
// System.exit(1);
}
diff --git a/qadevOOo/runner/convwatch/GfxCompare.java b/qadevOOo/runner/convwatch/GfxCompare.java
index 44f766eeb602..6fe7672fe375 100644
--- a/qadevOOo/runner/convwatch/GfxCompare.java
+++ b/qadevOOo/runner/convwatch/GfxCompare.java
@@ -51,7 +51,7 @@ public class GfxCompare extends EnhancedComplexTestCase
/**
*
- * @return a List of software which must accessable as an external executable
+ * @return a List of software which must accessible as an external executable
*/
protected String[] mustInstalledSoftware()
{
@@ -77,7 +77,7 @@ public class GfxCompare extends EnhancedComplexTestCase
{
GlobalLogWriter.set(log);
- // check if all need software is installed and accessable
+ // check if all need software is installed and accessible
checkEnvironment(mustInstalledSoftware());
m_aArguments = getGraphicalTestArguments();
diff --git a/qadevOOo/runner/convwatch/ReferenceBuilder.java b/qadevOOo/runner/convwatch/ReferenceBuilder.java
index 69d11f31c703..6f17598d9971 100644
--- a/qadevOOo/runner/convwatch/ReferenceBuilder.java
+++ b/qadevOOo/runner/convwatch/ReferenceBuilder.java
@@ -124,7 +124,7 @@ public class ReferenceBuilder extends EnhancedComplexTestCase
}
/**
- * Function returns a List of software which must accessable as an external executable
+ * Function returns a List of software which must accessible as an external executable
*/
protected String[] mustInstalledSoftware()
{
@@ -137,7 +137,7 @@ public class ReferenceBuilder extends EnhancedComplexTestCase
GlobalLogWriter.set(log);
String sDBConnection = (String)param.get( PropertyName.DB_CONNECTION_STRING );
- // check if all need software is installed and accessable
+ // check if all need software is installed and accessible
checkEnvironment(mustInstalledSoftware());
// test_removeFirstDirectorysAndBasenameFrom();
diff --git a/qadevOOo/runner/helper/URLHelper.java b/qadevOOo/runner/helper/URLHelper.java
index 57b8d639bf5d..39cd8dc48f00 100644
--- a/qadevOOo/runner/helper/URLHelper.java
+++ b/qadevOOo/runner/helper/URLHelper.java
@@ -238,7 +238,7 @@ public class URLHelper
*
* @return [Vector]
* a filtered list of java File objects of all available files of the start dir
- * and all accessable sub directories.
+ * and all accessible sub directories.
*/
public static ArrayList<File> getSystemFilesFromDir(String sStartDir)
{