diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-10 10:36:47 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-10 11:56:52 +0200 |
commit | fce010450534e6992345f5df7b9d9665befb7c6e (patch) | |
tree | 9c5d1bde7db671a95ee47b3191e83da08f9e7e44 /package/qa/ofopxmlstorages | |
parent | 2acafef57153bfa1ade59e887a55457ba677b976 (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/qa/ofopxmlstorages')
-rw-r--r-- | package/qa/ofopxmlstorages/Test06.java | 24 |
1 files changed, 12 insertions, 12 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; } |