build: lint for typos

This commit is contained in:
Nathaniel Landau
2023-08-29 10:43:38 -04:00
parent fea8ce4e5c
commit 64c8658c8e
11 changed files with 45 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
# format \b[word]\b where '\b' is a word delimeter
# format \b[word]\b where '\b' is a word delimiter
# format //gI where the 'I' is case insensitivity. Only works in gnu-sed.
s/\ba\b//gI
s/\bable\b//gI