Rusty Russell
5322c2b8ce
tools: make spellcheck script eliminate malformed/mixed-case bolt11 strings.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-05-12 06:56:40 +09:30
Rusty Russell
2fe6af8567
spellcheck: allow space-separated hex, and a few new terms.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-07-22 23:27:13 +00:00
Conner Fromknecht
bc9570d7b4
tools/spellcheck: ignore code blocks
2019-07-22 15:19:09 -05:00
practicalswift
276337a3cc
Fix typo in spellchecker ¯\_(ツ)_/¯
2017-12-18 19:14:25 +00:00
Rusty Russell
68d53822bd
Spelling: expand wildcard to cover all []() patterns. ( #228 )
...
Otherwise it complains about "[BOLT #10 ](10-dns-bootstrap.md)".
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-08-22 09:53:34 +09:30
Rusty Russell
01571c1e58
Bolt 11: Invoice Protocol for Lightning Payments ( #183 )
...
This specifies a draft invoice protocol for lightning payments.
Particular thanks for detailed feedback from:
* ZmnSCPxj <ZmnSCPxj@protonmail.com>
* @Saicere
* @kallewoof
* @halseth
* @cdecker
Signed-off-by: Rusty Russell <rusty@blockstream.com>
2017-06-27 20:08:13 +09:30
Rusty Russell
8ee57b9773
tools: update for new format.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-05-11 11:20:36 +09:30
Rusty Russell
c7092de08b
tools/spellcheck.sh: add --check option, add tests to travis.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-05-03 13:08:07 +09:30
Rusty Russell
c38aec71e0
tools/spellcheck: US English.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-05-03 13:08:07 +09:30
ZmnSCPxj via Lightning-dev
7d3083e79a
Add spellcheck tool (requires aspell
), also spellcheck.
...
This is a multi-part message in MIME format.
This patch should apply to http://github.com/lightningnetwork/lightning-rfc
Nonidealities:
Aspell triggers spelling errors on the hexadecimal strings in
the test vectors. I don't have enough aspell-fu to figure
out how to make Aspell ignore these.
There are 2 possible pluralizations of `HTLC`: `HTLCs` and
`HTLC's`. I'd prefer the latter, but for now I support both.
We should standardize pluralization; we can edit the
`.aspell.en.pws` file to remove the pluralization we won't
choose.
2017-05-03 13:08:07 +09:30