mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
codespell: fix misspelled words
This commit is contained in:
parent
be22fefdc7
commit
bb43695426
2 changed files with 3 additions and 3 deletions
|
|
@ -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 isn’t over the grid */
|
||||
seat->clipboard.window = NULL;
|
||||
wl_data_offer_set_actions(offer, 0, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue