mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 03:16:31 +00:00
chore: use codespell to spell check #15016
This commit is contained in:
@@ -836,7 +836,7 @@ int tv_list_join(garray_T *const gap, list_T *const l, const char *const sep)
|
||||
return retval;
|
||||
}
|
||||
|
||||
/// Chech whether two lists are equal
|
||||
/// Check whether two lists are equal
|
||||
///
|
||||
/// @param[in] l1 First list to compare.
|
||||
/// @param[in] l2 Second list to compare.
|
||||
|
Reference in New Issue
Block a user