]> git.mdlowis.com Git - proto/labwc.git/commitdiff
fix typo
authorbi4k8 <bi4k8@github>
Wed, 9 Nov 2022 20:27:47 +0000 (20:27 +0000)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Thu, 10 Nov 2022 19:32:50 +0000 (20:32 +0100)
src/cursor.c

index 9b70ffc2a6b7851cccbd66f35ed354739b51293e..87d53abd61fe96ffc283cfe65a5a354512e96a6c 100644 (file)
@@ -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