From 6cddd36139621e6c51533ac9a7068c2e1c5c2a4e Mon Sep 17 00:00:00 2001 From: Alexander Chemeris Date: Thu, 9 Sep 2010 18:23:36 +0400 Subject: [PATCH] Typos in comments fixed. --- public-trunk/Control/ControlCommon.cpp | 2 +- public-trunk/Control/ControlCommon.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public-trunk/Control/ControlCommon.cpp b/public-trunk/Control/ControlCommon.cpp index f0c5aaa..39e9c20 100644 --- a/public-trunk/Control/ControlCommon.cpp +++ b/public-trunk/Control/ControlCommon.cpp @@ -322,7 +322,7 @@ bool TransactionTable::find(const L3MobileIdentity& mobileID, TransactionEntry& // Since clearDeadEntries is also linear, do that here, too. - // Brtue force search. + // Brute force search. bool foundIt = false; mLock.lock(); clearDeadEntries(); diff --git a/public-trunk/Control/ControlCommon.h b/public-trunk/Control/ControlCommon.h index 0448e08..7a4355f 100644 --- a/public-trunk/Control/ControlCommon.h +++ b/public-trunk/Control/ControlCommon.h @@ -516,7 +516,7 @@ class TransactionEntry { /** Reset all Q.931 timers. */ void resetTimers(); - /** Retrns true if the transaction is "dead". */ + /** Returns true if the transaction is "dead". */ bool dead() const; private: