mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-07 04:34:03 -05:00
selection: spell 'finalize' correctly
This commit is contained in:
parent
d0e0b6da7c
commit
e7e199d6b5
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ selection_update(struct terminal *term, int col, int row)
|
|||
}
|
||||
|
||||
void
|
||||
selection_finalizie(struct terminal *term)
|
||||
selection_finalize(struct terminal *term)
|
||||
{
|
||||
if (!selection_enabled(term))
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue