mirror of
https://github.com/neovim/neovim.git
synced 2025-11-29 13:40:38 +00:00
chore: use codespell to spell check #15016
This commit is contained in:
@@ -16,7 +16,7 @@ static char *e_letwrong = N_("E734: Wrong variable type for %s=");
|
||||
|
||||
char *e_listidx = N_("E684: list index out of range: %" PRId64);
|
||||
|
||||
/// Hanle tv1 += tv2, -=, *=, /=, %=, .=
|
||||
/// Handle tv1 += tv2, -=, *=, /=, %=, .=
|
||||
///
|
||||
/// @param[in,out] tv1 First operand, modified typval.
|
||||
/// @param[in] tv2 Second operand.
|
||||
|
||||
Reference in New Issue
Block a user