Bug 602758 - Fix ' a the ' comments in Toolkit; r=neil

This commit is contained in:
Edmund Wong 2011-03-23 14:15:24 -04:00
parent 0e82148181
commit 6bb54b94d8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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