summaryrefslogtreecommitdiff
path: root/package/qa
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2014-04-29 19:11:53 +0000
committerPedro Giffuni <pfg@apache.org>2014-04-29 19:11:53 +0000
commit11a1ff6144521aeabb0c6db25c89a2ac31bedee0 (patch)
tree4a1614e41b54ae4e7021ca8899934e1676789a1a /package/qa
parenta6efc99d19d533fcf53106b6667bafba4d364370 (diff)
Many spelling fixes: directories h* - p*.
Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before.
Notes
Notes: merged as: 19c4d8d2fbe424aaa54f098bcc6ba8c9aeb1e403
Diffstat (limited to 'package/qa')
-rw-r--r--package/qa/ofopxmlstorages/Test01.java2
-rw-r--r--package/qa/ofopxmlstorages/Test04.java2
-rw-r--r--package/qa/ofopxmlstorages/Test07.java6
-rw-r--r--package/qa/ofopxmlstorages/TestHelper.java4
-rw-r--r--package/qa/storages/RegressionTest_i29169.java24
-rw-r--r--package/qa/storages/Test01.java2
-rw-r--r--package/qa/storages/Test04.java2
-rw-r--r--package/qa/storages/Test07.java2
-rw-r--r--package/qa/storages/Test08.java2
-rw-r--r--package/qa/storages/Test09.java2
-rw-r--r--package/qa/storages/Test10.java6
-rw-r--r--package/qa/storages/Test11.java4
-rw-r--r--package/qa/storages/Test13.java2
-rw-r--r--package/qa/storages/Test14.java2
-rw-r--r--package/qa/storages/Test16.java2
-rw-r--r--package/qa/storages/Test18.java2
-rw-r--r--package/qa/storages/TestHelper.java4
17 files changed, 35 insertions, 35 deletions
diff --git a/package/qa/ofopxmlstorages/Test01.java b/package/qa/ofopxmlstorages/Test01.java
index 7f66075e23a4..4e7dc690f30a 100644
--- a/package/qa/ofopxmlstorages/Test01.java
+++ b/package/qa/ofopxmlstorages/Test01.java
@@ -146,7 +146,7 @@ public class Test01 implements StorageTest {
}
// copy xTempStorage to xTempFileStorage
- // xTempFileStorage will be automatically commited
+ // xTempFileStorage will be automatically committed
if ( !m_aTestHelper.copyStorage( xTempStorage, xTempFileStorage ) )
return false;
diff --git a/package/qa/ofopxmlstorages/Test04.java b/package/qa/ofopxmlstorages/Test04.java
index b36843863dac..baafbf134c54 100644
--- a/package/qa/ofopxmlstorages/Test04.java
+++ b/package/qa/ofopxmlstorages/Test04.java
@@ -170,7 +170,7 @@ public class Test04 implements StorageTest {
if ( !m_aTestHelper.copyElementTo( xTempStorage, "SubStorage1", xTempFileStorage ) )
return false;
- // if storage is not commited before disposing all the changes will be lost
+ // if storage is not committed before disposing all the changes will be lost
if ( !m_aTestHelper.commitStorage( xTempSubStorage2 ) )
return false;
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;
}
diff --git a/package/qa/ofopxmlstorages/TestHelper.java b/package/qa/ofopxmlstorages/TestHelper.java
index a62f4d5a7697..2d7c2c1dfcd0 100644
--- a/package/qa/ofopxmlstorages/TestHelper.java
+++ b/package/qa/ofopxmlstorages/TestHelper.java
@@ -1041,7 +1041,7 @@ public class TestHelper {
public XStorage cloneStorage( XMultiServiceFactory xMSF, XSingleServiceFactory xFactory, XStorage xStorage )
{
- // create a copy of a last commited version of specified storage
+ // create a copy of a last committed version of specified storage
XStorage xResult = null;
try
{
@@ -1060,7 +1060,7 @@ public class TestHelper {
public XStorage cloneSubStorage( XMultiServiceFactory xMSF, XSingleServiceFactory xFactory, XStorage xStorage, String sName )
{
- // create a copy of a last commited version of specified substorage
+ // create a copy of a last committed version of specified substorage
XStorage xResult = null;
try
{
diff --git a/package/qa/storages/RegressionTest_i29169.java b/package/qa/storages/RegressionTest_i29169.java
index ad33d46ecce8..2a2564927e01 100644
--- a/package/qa/storages/RegressionTest_i29169.java
+++ b/package/qa/storages/RegressionTest_i29169.java
@@ -127,7 +127,7 @@ public class RegressionTest_i29169 implements StorageTest {
// commit the storages, and check the renaming in all stages
// ================================================
- // rename the storage before it is commited
+ // rename the storage before it is committed
if ( !m_aTestHelper.renameElement( xTempSubStorage, "SubSubStorage1", "SubSubStorage2" ) )
return false;
@@ -139,7 +139,7 @@ public class RegressionTest_i29169 implements StorageTest {
if ( !m_aTestHelper.commitStorage( xTempSubSubStorage ) )
return false;
- // rename the storage after it is commited
+ // rename the storage after it is committed
if ( !m_aTestHelper.renameElement( xTempSubStorage, "SubSubStorage2", "SubSubStorage3" ) )
return false;
@@ -151,11 +151,11 @@ public class RegressionTest_i29169 implements StorageTest {
if ( !m_aTestHelper.commitStorage( xTempSubStorage ) )
return false;
- // rename the storage after it`s parent is commited
+ // rename the storage after it's parent is committed
if ( !m_aTestHelper.renameElement( xTempSubStorage, "SubSubStorage3", "SubSubStorage4" ) )
return false;
- // rename the stream after it`s parent is commited
+ // rename the stream after it's parent is committed
if ( !m_aTestHelper.renameElement( xTempSubStorage, "SubStream3", "SubStream4" ) )
return false;
@@ -167,11 +167,11 @@ public class RegressionTest_i29169 implements StorageTest {
if ( !m_aTestHelper.commitStorage( xTempStorage ) )
return false;
- // rename the storage after the package is commited
+ // rename the storage after the package is committed
if ( !m_aTestHelper.renameElement( xTempSubStorage, "SubSubStorage4", "SubSubStorage5" ) )
return false;
- // rename the stream after it`s parent is commited
+ // rename the stream after it's parent is committed
if ( !m_aTestHelper.renameElement( xTempSubStorage, "SubStream4", "SubStream5" ) )
return false;
@@ -252,7 +252,7 @@ public class RegressionTest_i29169 implements StorageTest {
// rename the reopened storages and streams
// ================================================
- // rename the storage before it is commited
+ // rename the storage before it is committed
if ( !m_aTestHelper.renameElement( xTempSubStorage, "SubSubStorage5", "SubSubStorage6" ) )
return false;
@@ -264,7 +264,7 @@ public class RegressionTest_i29169 implements StorageTest {
if ( !m_aTestHelper.commitStorage( xTempSubSubStorage ) )
return false;
- // rename the storage after it is commited
+ // rename the storage after it is committed
if ( !m_aTestHelper.renameElement( xTempSubStorage, "SubSubStorage6", "SubSubStorage7" ) )
return false;
@@ -276,11 +276,11 @@ public class RegressionTest_i29169 implements StorageTest {
if ( !m_aTestHelper.commitStorage( xTempSubStorage ) )
return false;
- // rename the storage after it`s parent is commited
+ // rename the storage after it's parent is committed
if ( !m_aTestHelper.renameElement( xTempSubStorage, "SubSubStorage7", "SubSubStorage8" ) )
return false;
- // rename the stream after it`s parent is commited
+ // rename the stream after it's parent is committed
if ( !m_aTestHelper.renameElement( xTempSubStorage, "SubStream7", "SubStream8" ) )
return false;
@@ -292,11 +292,11 @@ public class RegressionTest_i29169 implements StorageTest {
if ( !m_aTestHelper.commitStorage( xTempStorage ) )
return false;
- // rename the storage after the package is commited
+ // rename the storage after the package is committed
if ( !m_aTestHelper.renameElement( xTempSubStorage, "SubSubStorage8", "SubSubStorage9" ) )
return false;
- // rename the stream after it`s parent is commited
+ // rename the stream after it`s parent is committed
if ( !m_aTestHelper.renameElement( xTempSubStorage, "SubStream8", "SubStream9" ) )
return false;
diff --git a/package/qa/storages/Test01.java b/package/qa/storages/Test01.java
index f231dafe2ff7..6ec994d90d22 100644
--- a/package/qa/storages/Test01.java
+++ b/package/qa/storages/Test01.java
@@ -131,7 +131,7 @@ public class Test01 implements StorageTest {
}
// copy xTempStorage to xTempFileStorage
- // xTempFileStorage will be automatically commited
+ // xTempFileStorage will be automatically committed
if ( !m_aTestHelper.copyStorage( xTempStorage, xTempFileStorage ) )
return false;
diff --git a/package/qa/storages/Test04.java b/package/qa/storages/Test04.java
index 1ed1efd16c44..06ca476d1316 100644
--- a/package/qa/storages/Test04.java
+++ b/package/qa/storages/Test04.java
@@ -155,7 +155,7 @@ public class Test04 implements StorageTest {
if ( !m_aTestHelper.copyElementTo( xTempStorage, "SubStorage1", xTempFileStorage ) )
return false;
- // if storage is not commited before disposing all the changes will be lost
+ // if storage is not committed before disposing all the changes will be lost
if ( !m_aTestHelper.commitStorage( xTempSubStorage2 ) )
return false;
diff --git a/package/qa/storages/Test07.java b/package/qa/storages/Test07.java
index 5076fcf56b0c..6a5796b40cfd 100644
--- a/package/qa/storages/Test07.java
+++ b/package/qa/storages/Test07.java
@@ -109,7 +109,7 @@ public class Test07 implements StorageTest {
}
// copy xTempStorage to xTempFileStorage
- // xTempFileStorage will be automatically commited
+ // xTempFileStorage will be automatically committed
if ( !m_aTestHelper.copyStorage( xTempStorage, xTempFileStorage ) )
return false;
diff --git a/package/qa/storages/Test08.java b/package/qa/storages/Test08.java
index 7d8f5bcc4968..857c75fa1a9d 100644
--- a/package/qa/storages/Test08.java
+++ b/package/qa/storages/Test08.java
@@ -162,7 +162,7 @@ public class Test08 implements StorageTest {
}
// copy xTempStorage to xTempFileStorage
- // xTempFileStorage will be automatically commited
+ // xTempFileStorage will be automatically committed
if ( !m_aTestHelper.copyStorage( xTempStorage, xTempFileStorage ) )
return false;
diff --git a/package/qa/storages/Test09.java b/package/qa/storages/Test09.java
index 45f8a7d9aca2..03e62400bf40 100644
--- a/package/qa/storages/Test09.java
+++ b/package/qa/storages/Test09.java
@@ -99,7 +99,7 @@ public class Test09 implements StorageTest {
}
// copy xTempStorage to xTempFileStorage
- // xTempFileStorage will be automatically commited
+ // xTempFileStorage will be automatically committed
if ( !m_aTestHelper.copyStorage( xTempStorage, xTempFileStorage ) )
return false;
diff --git a/package/qa/storages/Test10.java b/package/qa/storages/Test10.java
index 827ef428b8e3..c459c143714a 100644
--- a/package/qa/storages/Test10.java
+++ b/package/qa/storages/Test10.java
@@ -116,7 +116,7 @@ public class Test10 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_xStorageFactory, xTempStorage, "SubStorage1" );
if ( xClonedSubStorage == null )
@@ -137,7 +137,7 @@ public class Test10 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;
}
@@ -202,7 +202,7 @@ public class Test10 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;
}
diff --git a/package/qa/storages/Test11.java b/package/qa/storages/Test11.java
index 0780770f0fb9..2a09845d36c6 100644
--- a/package/qa/storages/Test11.java
+++ b/package/qa/storages/Test11.java
@@ -118,7 +118,7 @@ public class Test11 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_xStorageFactory, xTempStorage, "SubStorage1" );
if ( xClonedSubStorage == null )
@@ -139,7 +139,7 @@ public class Test11 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;
}
diff --git a/package/qa/storages/Test13.java b/package/qa/storages/Test13.java
index 218a25ecac63..07ecb5e7b5f3 100644
--- a/package/qa/storages/Test13.java
+++ b/package/qa/storages/Test13.java
@@ -215,7 +215,7 @@ public class Test13 implements StorageTest {
if ( !m_aTestHelper.checkStreamH( xResultStorage, aBigSubStream1Path, "MediaType3", true, pBigBytes ) )
return false;
- // the following stream was not commited last time, so the last change must be lost
+ // the following stream was not committed last time, so the last change must be lost
if ( !m_aTestHelper.checkStreamH( xResultStorage, aBigSubStream2Path, "MediaType2", false, pBigBytes ) )
return false;
diff --git a/package/qa/storages/Test14.java b/package/qa/storages/Test14.java
index a2f727db6a8b..4d0d45917850 100644
--- a/package/qa/storages/Test14.java
+++ b/package/qa/storages/Test14.java
@@ -188,7 +188,7 @@ public class Test14 implements StorageTest {
if ( !m_aTestHelper.checkEncrStreamH( xResultStorage, aSubStream1Path, "MediaType3", pBytes2, sPass1 ) )
return false;
- // the following stream was not commited last time, so the last change must be lost
+ // the following stream was not committed last time, so the last change must be lost
if ( !m_aTestHelper.checkEncrStreamH( xResultStorage, aSubStream2Path, "MediaType2", pBytes2, sPass2 ) )
return false;
diff --git a/package/qa/storages/Test16.java b/package/qa/storages/Test16.java
index ee5b560b2bbc..fcdff3935245 100644
--- a/package/qa/storages/Test16.java
+++ b/package/qa/storages/Test16.java
@@ -119,7 +119,7 @@ public class Test16 implements StorageTest {
}
// copy xTempStorage to xTempFileStorage
- // xTempFileStorage will be automatically commited
+ // xTempFileStorage will be automatically committed
if ( !m_aTestHelper.copyStorage( xTempStorage, xTempFileStorage ) )
return false;
diff --git a/package/qa/storages/Test18.java b/package/qa/storages/Test18.java
index 3ee766b4488e..1a9a067801b9 100644
--- a/package/qa/storages/Test18.java
+++ b/package/qa/storages/Test18.java
@@ -126,7 +126,7 @@ public class Test18 implements StorageTest {
}
// copy xTempStorage to xTempFileStorage
- // xTempFileStorage will be automatically commited
+ // xTempFileStorage will be automatically committed
if ( !m_aTestHelper.copyStorage( xTempStorage, xTempFileStorage ) )
return false;
diff --git a/package/qa/storages/TestHelper.java b/package/qa/storages/TestHelper.java
index b53522bc904a..c3cd5648fa93 100644
--- a/package/qa/storages/TestHelper.java
+++ b/package/qa/storages/TestHelper.java
@@ -1599,7 +1599,7 @@ public class TestHelper {
public XStorage cloneStorage( XSingleServiceFactory xFactory, XStorage xStorage )
{
- // create a copy of a last commited version of specified storage
+ // create a copy of a last committed version of specified storage
XStorage xResult = null;
try
{
@@ -1619,7 +1619,7 @@ public class TestHelper {
public XStorage cloneSubStorage( XSingleServiceFactory xFactory, XStorage xStorage, String sName )
{
- // create a copy of a last commited version of specified substorage
+ // create a copy of a last committed version of specified substorage
XStorage xResult = null;
try
{