mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 815928 part 1: Fix typo s/elelment/element/ in comments & tests. DONTBUILD, rs=Waldo
This commit is contained in:
parent
97c636cf4a
commit
08944b1306
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user