1
0
mirror of https://github.com/lightning/bolts.git synced 2024-11-19 01:50:03 +01:00

spelling: check all the .md files

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2019-07-19 15:36:23 +09:30
parent 4f68ed4d6e
commit 3da8923453
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,10 @@
personal_ws-1.1 en 264 personal_ws-1.1 en 264
py
vsprintf
glibc
JSON
Freenode
nacks
secp secp
sig sig
unguessable unguessable
@ -353,3 +359,6 @@ rfc
varint varint
CompactSize CompactSize
tlvs tlvs
snprintf
GitHub
IRC

View File

@ -10,4 +10,4 @@ python:
- "3.6" - "3.6"
script: script:
- (set -e; for i in 0?-*.md; do echo "Extracting $i"; python3 tools/extract-formats.py $i; done) - (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