summaryrefslogtreecommitdiff
path: root/package/qa/ofopxmlstorages/Test07.java
diff options
context:
space:
mode:
Diffstat (limited to 'package/qa/ofopxmlstorages/Test07.java')
-rw-r--r--package/qa/ofopxmlstorages/Test07.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/qa/ofopxmlstorages/Test07.java b/package/qa/ofopxmlstorages/Test07.java
index 7a98cf6667c2..a80faa6337dc 100644
--- a/package/qa/ofopxmlstorages/Test07.java
+++ b/package/qa/ofopxmlstorages/Test07.java
@@ -134,7 +134,7 @@ public class Test07 implements StorageTest {
// check cloning at current state
// ==============================
- // the new storage still was not commited so the clone must be empty
+ // the new storage still was not committed so the clone must be empty
XStorage xClonedSubStorage = m_aTestHelper.cloneSubStorage( m_xMSF, m_xStorageFactory, xTempStorage, "SubStorage1" );
if ( xClonedSubStorage == null )
@@ -158,7 +158,7 @@ public class Test07 implements StorageTest {
if ( xClonedNameAccess.hasElements() )
{
- m_aTestHelper.Error( "The new substorage still was not commited so it must be empty!" );
+ m_aTestHelper.Error( "The new substorage still was not committed so it must be empty!" );
return false;
}
@@ -224,7 +224,7 @@ public class Test07 implements StorageTest {
if ( xCloneOfRootNA.hasElements() )
{
- m_aTestHelper.Error( "The root storage still was not commited so it's clone must be empty!" );
+ m_aTestHelper.Error( "The root storage still was not committed so it's clone must be empty!" );
return false;
}