package: codespell

* data/skeletons/glr2.cc, src/parse-gram.y: Fix spelling.
This commit is contained in:
Akim Demaille
2021-01-16 18:05:57 +01:00
parent 4fd2e5c22a
commit 4f6d1f5fdc
3 changed files with 7 additions and 6 deletions

View File

@@ -140,9 +140,10 @@ gen-ChangeLog:
$(CC) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -o $@ -E $<
.PHONY: codespell
CODESPELL = codespell
codespell:
$(AM_V_GEN) cd $(srcdir) \
&& codespell \
&& $(CODESPELL) \
--regex "[\\w\\-'\`]+\+*" \
--ignore-words-list "ba,circularly,cloneable,copyable,define'd,dout,froms,iff,ifset,od,ois" \
$$(git ls-files data doc lib src tests)