summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-10 10:36:47 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-10 11:56:52 +0200
commitfce010450534e6992345f5df7b9d9665befb7c6e (patch)
tree9c5d1bde7db671a95ee47b3191e83da08f9e7e44 /package
parent2acafef57153bfa1ade59e887a55457ba677b976 (diff)
Fix typos
Change-Id: Ibc1b7393a8e65bf23c78fdb9da78c6b73b544cf3 Reviewed-on: https://gerrit.libreoffice.org/78793 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'package')
-rw-r--r--package/qa/ofopxmlstorages/Test06.java24
-rw-r--r--package/qa/storages/Test06.java24
2 files changed, 24 insertions, 24 deletions
diff --git a/package/qa/ofopxmlstorages/Test06.java b/package/qa/ofopxmlstorages/Test06.java
index afc3fcd4a0f1..b0b6b7bcc705 100644
--- a/package/qa/ofopxmlstorages/Test06.java
+++ b/package/qa/ofopxmlstorages/Test06.java
@@ -74,7 +74,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion because of illegal parameter : " + e );
+ m_aTestHelper.Error( "Unexpected exception because of illegal parameter : " + e );
return false;
}
@@ -102,7 +102,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case of try to open nonexistent stream for reading : " + e );
+ m_aTestHelper.Error( "Unexpected exception in case of try to open nonexistent stream for reading : " + e );
return false;
}
@@ -117,7 +117,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case of try to open nonexistent storage for reading : " + e );
+ m_aTestHelper.Error( "Unexpected exception in case of try to open nonexistent storage for reading : " + e );
return false;
}
@@ -132,7 +132,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case of try to remove nonexistent element : " + e );
+ m_aTestHelper.Error( "Unexpected exception in case of try to remove nonexistent element : " + e );
return false;
}
@@ -147,7 +147,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case of try to rename nonexistent element : " + e );
+ m_aTestHelper.Error( "Unexpected exception in case of try to rename nonexistent element : " + e );
return false;
}
@@ -162,7 +162,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case of try to rename to the name of existent element : " + e );
+ m_aTestHelper.Error( "Unexpected exception in case of try to rename to the name of existent element : " + e );
return false;
}
@@ -179,7 +179,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case empty reference is provieded as target for copying : " + e );
+ m_aTestHelper.Error( "Unexpected exception in case empty reference is provided as target for copying : " + e );
return false;
}
@@ -196,7 +196,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case empty reference is provieded as target for moving : " + e );
+ m_aTestHelper.Error( "Unexpected exception in case empty reference is provided as target for moving : " + e );
return false;
}
@@ -232,7 +232,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case of copying of nonexistent element: " + e );
+ m_aTestHelper.Error( "Unexpected exception in case of copying of nonexistent element: " + e );
return false;
}
@@ -247,7 +247,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case of moving of nonexistent element: " + e );
+ m_aTestHelper.Error( "Unexpected exception in case of moving of nonexistent element: " + e );
return false;
}
@@ -262,7 +262,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case target for copying already exists: " + e );
+ m_aTestHelper.Error( "Unexpected exception in case target for copying already exists: " + e );
return false;
}
@@ -277,7 +277,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case target for moving already exists: " + e );
+ m_aTestHelper.Error( "Unexpected exception in case target for moving already exists: " + e );
return false;
}
diff --git a/package/qa/storages/Test06.java b/package/qa/storages/Test06.java
index 2954ca1421c3..7d379f1823e4 100644
--- a/package/qa/storages/Test06.java
+++ b/package/qa/storages/Test06.java
@@ -75,7 +75,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion because of illegal parameter : " + e );
+ m_aTestHelper.Error( "Unexpected exception because of illegal parameter : " + e );
return false;
}
@@ -103,7 +103,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case of try to open nonexistent stream for reading : " + e );
+ m_aTestHelper.Error( "Unexpected exception in case of try to open nonexistent stream for reading : " + e );
return false;
}
@@ -118,7 +118,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case of try to open nonexistent storage for reading : " + e );
+ m_aTestHelper.Error( "Unexpected exception in case of try to open nonexistent storage for reading : " + e );
return false;
}
@@ -133,7 +133,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case of try to remove nonexistent element : " + e );
+ m_aTestHelper.Error( "Unexpected exception in case of try to remove nonexistent element : " + e );
return false;
}
@@ -148,7 +148,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case of try to rename nonexistent element : " + e );
+ m_aTestHelper.Error( "Unexpected exception in case of try to rename nonexistent element : " + e );
return false;
}
@@ -163,7 +163,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case of try to rename to the name of existent element : " + e );
+ m_aTestHelper.Error( "Unexpected exception in case of try to rename to the name of existent element : " + e );
return false;
}
@@ -180,7 +180,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case empty reference is provieded as target for copying : " + e );
+ m_aTestHelper.Error( "Unexpected exception in case empty reference is provided as target for copying : " + e );
return false;
}
@@ -197,7 +197,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case empty reference is provieded as target for moving : " + e );
+ m_aTestHelper.Error( "Unexpected exception in case empty reference is provided as target for moving : " + e );
return false;
}
@@ -234,7 +234,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case of copying of nonexistent element: " + e );
+ m_aTestHelper.Error( "Unexpected exception in case of copying of nonexistent element: " + e );
return false;
}
@@ -249,7 +249,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case of moving of nonexistent element: " + e );
+ m_aTestHelper.Error( "Unexpected exception in case of moving of nonexistent element: " + e );
return false;
}
@@ -264,7 +264,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case target for copying already exists: " + e );
+ m_aTestHelper.Error( "Unexpected exception in case target for copying already exists: " + e );
return false;
}
@@ -279,7 +279,7 @@ public class Test06 implements StorageTest {
{}
catch( Exception e )
{
- m_aTestHelper.Error( "Unexpected excepion in case target for moving already exists: " + e );
+ m_aTestHelper.Error( "Unexpected exception in case target for moving already exists: " + e );
return false;
}