mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Codespell fixes
This commit is contained in:
parent
883368572f
commit
58d967b2f3
9 changed files with 14 additions and 14 deletions
|
|
@ -697,7 +697,7 @@ urls_assign_key_combos(const struct config *conf, url_list_t *urls)
|
|||
|
||||
/*
|
||||
* Scan previous URLs, and check if *this* URL matches any of
|
||||
* them; if so, re-use the *same* key combo.
|
||||
* them; if so, reuse the *same* key combo.
|
||||
*/
|
||||
bool url_already_seen = false;
|
||||
tll_foreach(*urls, it2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue