From 3da8923453da0e2f900564117f9d99810d0eae11 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 19 Jul 2019 15:36:23 +0930 Subject: [PATCH] spelling: check all the .md files Signed-off-by: Rusty Russell --- .aspell.en.pws | 9 +++++++++ .travis.yml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.aspell.en.pws b/.aspell.en.pws index d004c1d..d24ec3a 100644 --- a/.aspell.en.pws +++ b/.aspell.en.pws @@ -1,4 +1,10 @@ personal_ws-1.1 en 264 +py +vsprintf +glibc +JSON +Freenode +nacks secp sig unguessable @@ -353,3 +359,6 @@ rfc varint CompactSize tlvs +snprintf +GitHub +IRC diff --git a/.travis.yml b/.travis.yml index c48abcd..cc2e6f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ python: - "3.6" script: - (set -e; for i in 0?-*.md; do echo "Extracting $i"; python3 tools/extract-formats.py $i; done) - - tools/spellcheck.sh --check [0-9][0-9]-*.md + - tools/spellcheck.sh --check *.md