mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-31 07:11:09 -04: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);
|
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);
|
assert(seat->clipboard.window == NULL);
|
||||||
tll_foreach(wayl->terms, it) {
|
tll_foreach(wayl->terms, it) {
|
||||||
if (term_surface_kind(it->item, surface) == TERM_SURF_GRID &&
|
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 */
|
* pointer isn’t over the grid */
|
||||||
seat->clipboard.window = NULL;
|
seat->clipboard.window = NULL;
|
||||||
wl_data_offer_set_actions(offer, 0, 0);
|
wl_data_offer_set_actions(offer, 0, 0);
|
||||||
|
|
|
||||||
2
uri.c
2
uri.c
|
|
@ -71,7 +71,7 @@ uri_parse(const char *uri, size_t len,
|
||||||
start += 2;
|
start += 2;
|
||||||
left -= 2;
|
left -= 2;
|
||||||
|
|
||||||
/* [user[:pasword]@]@host[:port] */
|
/* [user[:password]@]@host[:port] */
|
||||||
|
|
||||||
/* Find beginning of path segment (required component
|
/* Find beginning of path segment (required component
|
||||||
* following the authinfo) */
|
* following the authinfo) */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue