[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/qq
From:       Thomas Häber <thomas () haeber ! de>
Date:       2006-09-27 17:06:33
Message-ID: 1159376793.764111.17744.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 589139 by haeber:

fixed spelling errors (EBN)

 M  +2 -2      libeva.cpp  
 M  +1 -1      qqaccount.cpp  
 M  +1 -1      qqchatsession.cpp  
 M  +1 -1      qqnotifysocket.h  


--- trunk/KDE/kdenetwork/kopete/protocols/qq/libeva.cpp #589138:589139
@@ -44,7 +44,7 @@
 
 	ByteArray header( uint id, short const command, ushort sequence )
 	{
-		// CODE DEBT: udp does not have the lenght placeholder!
+		// CODE DEBT: udp does not have the length placeholder!
 		ByteArray data(13);
 		data += '\0';
 		data += '\0';
@@ -59,7 +59,7 @@
 
 	ByteArray messageHeader( int sender, int receiver, const ByteArray& transferKey, \
short const type, ushort sequence, int const timestamp, short const face = 0 )  {
-		// CODE DEBT: udp does not have the lenght placeholder!
+		// CODE DEBT: udp does not have the length placeholder!
 		ByteArray data(64);
 		data += htonl(sender);
 		data += htonl(receiver);
--- trunk/KDE/kdenetwork/kopete/protocols/qq/qqaccount.cpp #589138:589139
@@ -250,7 +250,7 @@
 	uint to = message.to().first()->contactId().toUInt();
 	// TODO: use guid for the conference
 	// TODO: use to for the conversation
-	// TODO: Add codec to the member variable, to improve the preformance.
+	// TODO: Add codec to the member variable, to improve the performance.
 	QByteArray text = m_codec->fromUnicode( message.plainBody() );
 	m_notifySocket->sendTextMessage(to, text );
 }
--- trunk/KDE/kdenetwork/kopete/protocols/qq/qqchatsession.cpp #589138:589139
@@ -200,7 +200,7 @@
 				// if there are still invitees, the conference is instantiated, and there are \
only  if ( m_invitees.count() )
 				{
-					// the message won't go anywhere, as there's noone there except invitees, but \
we warn the user +					// the message won't go anywhere, as there's none there except \
invitees, but we warn the user  // when the last participant leaves.
 					messageSucceeded();
 				}
--- trunk/KDE/kdenetwork/kopete/protocols/qq/qqnotifysocket.h #589138:589139
@@ -118,7 +118,7 @@
 
 	/**
 	 * stores the expected status
-	 * would synchronize when ChangeStatus packet recieved.
+	 * would synchronize when ChangeStatus packet received.
 	 */
 	Kopete::OnlineStatus m_newstatus; 
 	


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic