tFix typo in error message - glazier - window management experiments
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6b54c5c976df75c6e6522e090dfc0df970b03ec2
(DIR) parent 174def5f1dc0771a99ad5af8f8cb2baff2062b92
(HTM) Author: Willy Goiffon <dev@z3bra.org>
Date: Sat, 19 Oct 2019 00:18:23 +0200
Fix typo in error message
Diffstat:
M glazier.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/glazier.c b/glazier.c
t@@ -75,7 +75,7 @@ cb_mouse_press(xcb_generic_event_t *ev)
fprintf(stderr, "mouse_press: 0x%08x\n", e->child);
if (xcb_cursor_context_new(conn, scrn, &cx) < 0) {
- fprintf(stderr, "cannont instantiate cursor\n");
+ fprintf(stderr, "cannot instantiate cursor\n");
exit(1);
}