@ -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();
@ -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: