chore: use codespell to spell check #15016

This commit is contained in:
dundargoc
2021-07-08 00:28:44 +02:00
committed by GitHub
parent e2bc7e321b
commit 4547137aaf
54 changed files with 135 additions and 134 deletions

View File

@@ -954,7 +954,7 @@ static void set_yreg_additional_data(yankreg_T *reg, dict_T *additional_data)
/*
* Stuff string "p" into yank register "regname" as a single line (append if
* uppercase). "p" must have been alloced.
* uppercase). "p" must have been allocated.
*
* return FAIL for failure, OK otherwise
*/
@@ -1066,7 +1066,7 @@ do_execreg(
if (reg->y_array == NULL)
return FAIL;
// Disallow remaping for ":@r".
// Disallow remapping for ":@r".
int remap = colon ? REMAP_NONE : REMAP_YES;
/*