typos: fix some typos

This commit is contained in:
Ben Boeckel 2024-12-24 23:48:34 +01:00 committed by Daniel Eklöf
parent 57711f0dbe
commit 61d082c802
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
8 changed files with 10 additions and 10 deletions

View file

@ -369,7 +369,7 @@ refresh(const struct bar *_bar)
/* Send an event to handle refresh from main thread */
/* Note: docs say that all X11 events are 32 bytes, reglardless of
/* Note: docs say that all X11 events are 32 bytes, regardless of
* the size of the event structure */
xcb_expose_event_t *evt = calloc(32, 1);