mmsengine/mmscodecclient/src/mmscodecclient.cpp
changeset 23 238255e8b033
parent 0 72b543305e3a
child 47 5b14749788d7
child 60 7fdbb852d323
--- a/mmsengine/mmscodecclient/src/mmscodecclient.cpp	Tue Feb 02 00:08:43 2010 +0200
+++ b/mmsengine/mmscodecclient/src/mmscodecclient.cpp	Fri Apr 16 14:56:15 2010 +0300
@@ -222,7 +222,7 @@
     TMsvId aMmId )
     {
     //Let's first make sure that the client is not illegally trashing the 
-    //message store with empty entrys. Only the AddMML -function is allowed to 
+    //message store with empty entries. Only the AddMML -function is allowed to 
     //be called after the new entry has been created.
     ResetChunkedMode();
     
@@ -254,7 +254,7 @@
     
     ResetChunkedMode();
     //Let's first make sure that the client is not illegally trashing the 
-    //message store with empty entrys. Only the AddMM -function is allowed to 
+    //message store with empty entries. Only the AddMM -function is allowed to 
     //be called after the new entry has been created.
     if ( iState == EEntryCreated ) 
         {
@@ -320,7 +320,7 @@
     iClientStatus = &aStatus;
     ResetChunkedMode();
     //Let's first make sure that the client is not illegally trashing the 
-    //message store with empty entrys. Only the AddMM -function is allowed to 
+    //message store with empty entries. Only the AddMM -function is allowed to 
     //be called after the new entry has been created.
     if ( iState == EEntryCreated ) 
         {
@@ -356,7 +356,7 @@
     iClientStatus = &aStatus;
     ResetChunkedMode();
     //Let's first make sure that the client is not illegally trashing the 
-    //message store with empty entrys. Only the AddMM -function is allowed to 
+    //message store with empty entries. Only the AddMM -function is allowed to 
     //be called after the new entry has been created.
     if ( iState == EEntryCreated ) 
         {
@@ -443,7 +443,7 @@
     iClientStatus = &aStatus;
     ResetChunkedMode();
     //Let's first make sure that the client is not illegally trashing the 
-    //message store with empty entrys. Only the AddMM -function is allowed to 
+    //message store with empty entries. Only the AddMM -function is allowed to 
     //be called after the new entry has been created.
     if ( iState == EEntryCreated ) 
         {
@@ -525,7 +525,7 @@
     TInt error( KErrNone );
     ResetChunkedMode();
     //Let's first make sure that the client is not illegally trashing the 
-    //message store with empty entrys. Only the AddMM -function is allowed to 
+    //message store with empty entries. Only the AddMM -function is allowed to 
     //be called after the new entry has been created.
     if ( iState == EEntryCreated ) 
         {
@@ -706,7 +706,7 @@
 
     ResetChunkedMode();
     //Let's first make sure that the client is not illegally trashing the 
-    //message store with empty entrys. Only the AddMM -function is allowed to be called
+    //message store with empty entries. Only the AddMM -function is allowed to be called
     //after the new entry has been created.
     if ( iState == EEntryCreated ) 
         {
@@ -841,7 +841,7 @@
     TInt addrCnt = addresses.Count();
 
     TPtrC stringToAdd;
-    for ( TInt i = 0; i < addrCnt; i++)
+    for ( TInt i = 0; i < addrCnt; ++i)
         {      
         TPtrC address = TMmsGenUtils::PureAddress( addresses[i] );
 
@@ -891,7 +891,7 @@
             if ( charsToAdd >= stringToAdd.Length() )
                 {
                 //Guarantee that charsToAdd is not larger that stringToAdd 
-                //lenght 
+                //length
                 charsToAdd = stringToAdd.Length();
                 }
 
@@ -1229,7 +1229,7 @@
     
     ResetChunkedMode();
     //Let's first make sure that the client is not illegally trashing the 
-    //message store with empty entrys. Only the AddMM -function is allowed to 
+    //message store with empty entries. Only the AddMM -function is allowed to 
     //be called after the new entry has been created.
     if ( iState == EEntryCreated ) 
         {