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/plugins/statistics/statisticscontact.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete/plugins') diff --git a/kopete/plugins/statistics/statisticscontact.cpp b/kopete/plugins/statistics/statisticscontact.cpp index d811e4d2..badaf147 100644 --- a/kopete/plugins/statistics/statisticscontact.cpp +++ b/kopete/plugins/statistics/statisticscontact.cpp @@ -225,7 +225,7 @@ void StatisticsContact::commonStatsCheck(const TQString name, TQString& statVar1 * * Then it is only a question of some calculations. * - *
  • Recalculate the average message lenght + *
  • Recalculate the average message length * *
  • Change last-talk datetime * @@ -248,7 +248,7 @@ void StatisticsContact::newMessageReceived(Kopete::Message& m) m_lastMessageReceived = currentDateTime; - // Message lenght + // Message length m_messageLength= (m.plainBody().length() + m_messageLength * m_messageLengthOn)/(1 + m_messageLengthOn); m_messageLengthOn++; -- cgit v1.2.3