summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
Diffstat (limited to 'sot')
-rw-r--r--sot/qa/complex/olesimplestorage/Test01.java2
-rw-r--r--sot/source/sdstor/ucbstorage.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sot/qa/complex/olesimplestorage/Test01.java b/sot/qa/complex/olesimplestorage/Test01.java
index a1fe4eb8155c..68f5fd4a6258 100644
--- a/sot/qa/complex/olesimplestorage/Test01.java
+++ b/sot/qa/complex/olesimplestorage/Test01.java
@@ -84,7 +84,7 @@ public class Test01 implements OLESimpleStorageTest
//commit the storage and close it
xOLESimpleStorage.commit ();
- m_aTestHelper.Message ( "Storage commited." );
+ m_aTestHelper.Message ( "Storage committed." );
xOLESimpleStorage.dispose ();
for ( int i = 0; i < pStreamCnt; ++i )
{
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx
index ecdf6fb2fdc7..8ea792cd7c5e 100644
--- a/sot/source/sdstor/ucbstorage.cxx
+++ b/sot/source/sdstor/ucbstorage.cxx
@@ -2677,7 +2677,7 @@ bool UCBStorage::Commit()
// mark this storage for sending it on root commit
pImp->m_bCommited = true;
if ( pImp->m_bIsRoot )
- // the root storage coordinates commiting by sending a Commit command to its content
+ // the root storage coordinates committing by sending a Commit command to its content
return ( pImp->Commit() != COMMIT_RESULT_FAILURE );
else
return true;