mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 602758 - Fix ' a the ' comments in Toolkit; r=neil
This commit is contained in:
parent
0e82148181
commit
6bb54b94d8
@ -146,7 +146,7 @@ interface nsIAutoCompleteController : nsISupports
|
||||
AString getCommentAt(in long index);
|
||||
|
||||
/*
|
||||
* Get a the style hint for the result at a given index in the last completed search
|
||||
* Get the style hint for the result at a given index in the last completed search
|
||||
*/
|
||||
AString getStyleAt(in long index);
|
||||
|
||||
|
@ -1084,7 +1084,7 @@ nsTypeAheadFind::IsRangeVisible(nsIPresShell *aPresShell,
|
||||
"params are invalid");
|
||||
|
||||
// We need to know if the range start is visible.
|
||||
// Otherwise, return a the first visible range start
|
||||
// Otherwise, return the first visible range start
|
||||
// in aFirstVisibleRange
|
||||
|
||||
aRange->CloneRange(aFirstVisibleRange);
|
||||
|
Loading…
Reference in New Issue
Block a user