summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/msn/msnnotifysocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/msn/msnnotifysocket.cpp')
-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 )
{