No bug - fix a comment typo (dispayed/displayed).

DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D98181
This commit is contained in:
Emilio Cobos Álvarez 2020-11-30 12:22:27 +00:00
Родитель d4b0ac39c4
Коммит 0a1e6a8e24
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -202,7 +202,7 @@ void PrintedSheetFrame::Reflow(nsPresContext* aPresContext,
// If we've already reached the target number of pages for this sheet,
// and this continuation page that we just created is meant to be
// dispayed (i.e. it's in the chosen page range), then we need to push it
// displayed (i.e. it's in the chosen page range), then we need to push it
// to our overflow list so that it'll go onto a subsequent sheet.
// Otherwise we leave it on this sheet. This ensures we *only* generate
// another sheet IFF there's a displayable page that will end up on it.