mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
fix typo
This commit is contained in:
parent
97dc681c3b
commit
00002d67ea
1 changed files with 2 additions and 2 deletions
|
|
@ -50,10 +50,10 @@ static const char * const cursors_x11[] = {
|
|||
#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))
|
||||
static_assert(
|
||||
ARRAY_SIZE(cursors_xdg) == LAB_CURSOR_COUNT,
|
||||
"XDG cursor names are out ot sync");
|
||||
"XDG cursor names are out of sync");
|
||||
static_assert(
|
||||
ARRAY_SIZE(cursors_x11) == LAB_CURSOR_COUNT,
|
||||
"X11 cursor names are out ot sync");
|
||||
"X11 cursor names are out of sync");
|
||||
#undef ARRAY_SIZE
|
||||
|
||||
enum lab_cursors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue