diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2019-02-20 16:33:32 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2019-02-20 16:47:35 +0100 |
commit | 426c24673f2f5c4e3f0e388e87d2a355b82cd4e7 (patch) | |
tree | d5d2e58b06569fb14472db90ac2ce59df195d360 /xwayland | |
parent | e578004b3c3584079d41d7e7f7f1f46245a9774d (diff) | |
download | weston-426c24673f2f5c4e3f0e388e87d2a355b82cd4e7.tar.gz |
Fix typos all around (thanks codespell!)
Diffstat (limited to 'xwayland')
-rw-r--r-- | xwayland/selection.c | 2 |
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); |