pre-commit autoupdate, fix spelling, update codespell.txt

https://pre-commit.com/#pre-commit-autoupdate
This commit is contained in:
John Bampton
2022-09-18 00:21:25 +10:00
parent 71d5cae016
commit 2990aaa343
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -446,7 +446,7 @@ tr_bitmap_detect(uint8_t bitmap[32], uint8_t ch)
return FALSE;
}
/* compile patter to bitmap */
/* compile pattern to bitmap */
static void
tr_compile_pattern(const struct tr_pattern *pat, mrb_value pstr, uint8_t bitmap[32])
{