diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2020-04-11 21:30:12 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2020-04-11 21:30:12 -0500 |
commit | 333528b2e20b9d43bc94b3b15a44fe92b2847f16 (patch) | |
tree | 1e63964bad7ade0ba00e29af544130f4860e5012 /dwl.c | |
parent | edf90816b1437d2a6de3f38db7560731cf38a75c (diff) |
fix typo in comment
Diffstat (limited to 'dwl.c')
-rw-r--r-- | dwl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -752,7 +752,7 @@ static void xdg_surface_destroy(struct wl_listener *listener, void *data) { static void begin_interactive(struct dwl_view *view, enum dwl_cursor_mode mode, uint32_t edges) { /* This function sets up an interactive move or resize operation, where the - * compositor stops propegating pointer events to clients and instead + * compositor stops propagating pointer events to clients and instead * consumes them itself, to move or resize windows. */ struct dwl_server *server = view->server; struct wlr_surface *focused_surface = |