(no bug) Fix 2 comment typos: s/scrol/scroll/ in "scrolbar" and "ScrolLeft". Comment-only, DONTBUILD

This commit is contained in:
Daniel Holbert 2012-12-21 00:38:49 -08:00
Родитель f8c3570338
Коммит 08a8e686d7
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -224,7 +224,7 @@ interface nsISelectionController : nsISelectionDisplay
*/
void scrollPage(in boolean forward);
/** ScrolLine will scroll line up or down dependent on the boolean
/** ScrollLine will scroll line up or down dependent on the boolean
* @param aForward scroll forward or backwards in selection
*/
void scrollLine(in boolean forward);

Просмотреть файл

@ -199,7 +199,7 @@ nsSelectsAreaFrame::Reflow(nsPresContext* aPresContext,
aReflowState, aStatus);
NS_ENSURE_SUCCESS(rv, rv);
// Check whether we need to suppress scrolbar updates. We want to do that if
// Check whether we need to suppress scrollbar updates. We want to do that if
// we're in a possible first pass and our height of a row has changed.
if (list->MightNeedSecondPass()) {
nscoord newHeightOfARow = list->CalcHeightOfARow();