From 8f8f58d043eacff188d65eae2112dfa57e49295e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 5 Apr 2012 13:15:54 -0500 Subject: Fix typos. --- kopete/protocols/msn/msnnotifysocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kopete/protocols') diff --git a/kopete/protocols/msn/msnnotifysocket.cpp b/kopete/protocols/msn/msnnotifysocket.cpp index b9dbb921..1093370a 100644 --- a/kopete/protocols/msn/msnnotifysocket.cpp +++ b/kopete/protocols/msn/msnnotifysocket.cpp @@ -1120,7 +1120,7 @@ void MSNNotifySocket::changePublicName( const TQString &publicName, const TQStri TQString tempPublicName = publicName; //The maximum length is 387. but with utf8 or encodage, each character may be triple - // 387/3 = 129 so we make sure the lenght is not logner than 129 char, even if + // 387/3 = 129 so we make sure the length is not longer than 129 char, even if // it's possible to have longer nicks. if( escape(publicName).length() > 129 ) { -- cgit v1.2.3