summaryrefslogtreecommitdiffstats
path: root/kopete/protocols
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:15:54 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:15:54 -0500
commit8f8f58d043eacff188d65eae2112dfa57e49295e (patch)
treee82d01bc0091b148caa15c1e84f15ed82613b01e /kopete/protocols
parent391ec4487de7f20cbf2affe8e3f3df070c1dab30 (diff)
downloadtdenetwork-8f8f58d043eacff188d65eae2112dfa57e49295e.tar.gz
tdenetwork-8f8f58d043eacff188d65eae2112dfa57e49295e.zip
Fix typos.
Diffstat (limited to 'kopete/protocols')
-rw-r--r--kopete/protocols/msn/msnnotifysocket.cpp2
1 files changed, 1 insertions, 1 deletions
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 )
{