doc: fix typos

close #11459
This commit is contained in:
Brian Wignall
2019-11-26 07:15:14 -05:00
committed by Justin M. Keyes
parent 86c4a87fe9
commit 001e69cd46
15 changed files with 19 additions and 19 deletions

View File

@@ -626,7 +626,7 @@ static void ui_comp_grid_scroll(UI *ui, Integer grid, Integer top,
if (covered || curgrid->blending) {
// TODO(bfredl):
// 1. check if rectangles actually overlap
// 2. calulate subareas that can scroll.
// 2. calculate subareas that can scroll.
compose_debug(top, bot, left, right, dbghl_recompose, true);
for (int r = (int)(top + MAX(-rows, 0)); r < bot - MAX(rows, 0); r++) {
// TODO(bfredl): workaround for win_update() performing two scrolls in a