codespell: fix misspelled words

This commit is contained in:
Daniel Eklöf 2020-10-28 19:34:49 +01:00
parent be22fefdc7
commit bb43695426
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 3 additions and 3 deletions

View file

@ -1734,7 +1734,7 @@ enter(void *data, struct wl_data_device *wl_data_device, uint32_t serial,
assert(offer == seat->clipboard.data_offer);
/* Remmeber _which_ terminal the current DnD offer is targetting */
/* Remember _which_ terminal the current DnD offer is targeting */
assert(seat->clipboard.window == NULL);
tll_foreach(wayl->terms, it) {
if (term_surface_kind(it->item, surface) == TERM_SURF_GRID &&
@ -1752,7 +1752,7 @@ enter(void *data, struct wl_data_device *wl_data_device, uint32_t serial,
}
}
/* Either terminal is alraedy busy sending paste data, or mouse
/* Either terminal is already busy sending paste data, or mouse
* pointer isnt over the grid */
seat->clipboard.window = NULL;
wl_data_offer_set_actions(offer, 0, 0);