diff options
author | Darrell Anderson <[email protected]> | 2012-04-05 13:15:54 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-05 13:15:54 -0500 |
commit | 8f8f58d043eacff188d65eae2112dfa57e49295e (patch) | |
tree | e82d01bc0091b148caa15c1e84f15ed82613b01e /kopete/protocols/msn/msnnotifysocket.cpp | |
parent | 391ec4487de7f20cbf2affe8e3f3df070c1dab30 (diff) | |
download | tdenetwork-8f8f58d043eacff188d65eae2112dfa57e49295e.tar.gz tdenetwork-8f8f58d043eacff188d65eae2112dfa57e49295e.zip |
Fix typos.
Diffstat (limited to 'kopete/protocols/msn/msnnotifysocket.cpp')
-rw-r--r-- | kopete/protocols/msn/msnnotifysocket.cpp | 2 |
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 ) { |