aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-04-11 21:30:12 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-04-11 21:30:12 -0500
commit333528b2e20b9d43bc94b3b15a44fe92b2847f16 (patch)
tree1e63964bad7ade0ba00e29af544130f4860e5012
parentedf90816b1437d2a6de3f38db7560731cf38a75c (diff)
fix typo in comment
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index b2cfd38..0ad6781 100644
--- a/dwl.c
+++ b/dwl.c
@@ -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 =