--- a/mmsengine/mmscodecclient/src/mmscodecclient.cpp Tue Aug 31 15:11:31 2010 +0300
+++ b/mmsengine/mmscodecclient/src/mmscodecclient.cpp Wed Sep 01 12:31:54 2010 +0100
@@ -222,7 +222,7 @@
TMsvId aMmId )
{
//Let's first make sure that the client is not illegally trashing the
- //message store with empty entries. Only the AddMML -function is allowed to
+ //message store with empty entrys. 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 entries. Only the AddMM -function is allowed to
+ //message store with empty entrys. 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 entries. Only the AddMM -function is allowed to
+ //message store with empty entrys. 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 entries. Only the AddMM -function is allowed to
+ //message store with empty entrys. 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 entries. Only the AddMM -function is allowed to
+ //message store with empty entrys. 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 entries. Only the AddMM -function is allowed to
+ //message store with empty entrys. 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 entries. Only the AddMM -function is allowed to be called
+ //message store with empty entrys. 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
- //length
+ //lenght
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 entries. Only the AddMM -function is allowed to
+ //message store with empty entrys. Only the AddMM -function is allowed to
//be called after the new entry has been created.
if ( iState == EEntryCreated )
{