summaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2019-02-20 16:33:32 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2019-02-20 16:47:35 +0100
commit426c24673f2f5c4e3f0e388e87d2a355b82cd4e7 (patch)
treed5d2e58b06569fb14472db90ac2ce59df195d360 /xwayland
parente578004b3c3584079d41d7e7f7f1f46245a9774d (diff)
downloadweston-426c24673f2f5c4e3f0e388e87d2a355b82cd4e7.tar.gz
Fix typos all around (thanks codespell!)
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/selection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/selection.c b/xwayland/selection.c
index bc7318af..411fceda 100644
--- a/xwayland/selection.c
+++ b/xwayland/selection.c
@@ -537,7 +537,7 @@ weston_wm_send_incr_chunk(struct weston_wm *wm)
} else if (length > 0) {
/* Transfer is all done, but queue a flush for
* the delete of the last chunk so we can set
- * the 0 sized propert to signal the end of
+ * the 0 sized property to signal the end of
* the transfer. */
wm->flush_property_on_delete = 1;
wl_array_release(&wm->source_data);