Fix small misspellings
This commit is contained in:
2
src/c2.c
2
src/c2.c
@ -19,7 +19,7 @@
|
||||
#ifdef CONFIG_REGEX_PCRE
|
||||
#include <pcre.h>
|
||||
|
||||
// For compatiblity with <libpcre-8.20
|
||||
// For compatibility with <libpcre-8.20
|
||||
#ifndef PCRE_STUDY_JIT_COMPILE
|
||||
#define PCRE_STUDY_JIT_COMPILE 0
|
||||
#define LPCRE_FREE_STUDY(extra) pcre_free(extra)
|
||||
|
@ -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