Fix small misspellings
This commit is contained in:
@ -890,7 +890,7 @@ void paint_all(session_t *ps, win *const t, bool ignore_damage) {
|
||||
|
||||
// Calculate the paint region based on the reg_ignore of the current
|
||||
// window and its bounding region.
|
||||
// Remeber, reg_ignore is the union of all windows above the current
|
||||
// Remember, reg_ignore is the union of all windows above the current
|
||||
// window.
|
||||
pixman_region32_subtract(®_tmp, ®ion, w->reg_ignore);
|
||||
pixman_region32_intersect(®_tmp, ®_tmp, &bshape);
|
||||
|
Reference in New Issue
Block a user