selection: spell 'finalize' correctly

This commit is contained in:
Daniel Eklöf 2019-07-11 11:10:44 +02:00
parent d0e0b6da7c
commit e7e199d6b5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 2 deletions

View file

@ -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;