mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 07:41:27 +00:00
chore: use codespell to spell check #15016
This commit is contained in:
@@ -313,7 +313,7 @@ void buf_updates_send_splice(
|
||||
return;
|
||||
}
|
||||
|
||||
// notify each of the active callbakcs
|
||||
// notify each of the active callbacks
|
||||
size_t j = 0;
|
||||
for (size_t i = 0; i < kv_size(buf->update_callbacks); i++) {
|
||||
BufUpdateCallbacks cb = kv_A(buf->update_callbacks, i);
|
||||
|
||||
Reference in New Issue
Block a user