Bug 815928 part 1: Fix typo s/elelment/element/ in comments & tests. DONTBUILD, rs=Waldo

This commit is contained in:
Daniel Holbert 2012-11-27 19:15:35 -08:00
parent 97c636cf4a
commit 08944b1306
2 changed files with 2 additions and 2 deletions

View File

@ -559,7 +559,7 @@ lsm_internal_update_call_info (lsm_lcb_t *lcb, fsmdef_dcb_t *dcb)
*
* @param[in] lcb - pointer to the lsm_lcb_t.
* @param[in/out] data - pointer to the cc_action_data_open_rcv_t.
* Upon a successful return, the port elelment
* Upon a successful return, the port element
* of this structure will be filled with the actual
* receive port.
* @param[in] media - pointer to the fsmdef_media_t if a specific

View File

@ -938,7 +938,7 @@ nsHttpConnectionMgr::ProcessPendingQForEntry(nsConnectionEntry *ent)
ent->mPendingQ.RemoveElementAt(i);
NS_RELEASE(trans);
// reset index and array length after RemoveElelmentAt()
// reset index and array length after RemoveElementAt()
dispatchedSuccessfully = true;
count = ent->mPendingQ.Length();
--i;