From 276337a3cc5c4dc255fe0c9b1d41871081165f45 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Fri, 15 Dec 2017 02:54:18 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20in=20spellchecker=20=C2=AF\=5F(?= =?UTF-8?q?=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/spellcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/spellcheck.sh b/tools/spellcheck.sh index dcd93aa..0e8ed74 100755 --- a/tools/spellcheck.sh +++ b/tools/spellcheck.sh @@ -51,7 +51,7 @@ do if [ -n "$CHECK" ]; then # Eliminate the following: # Inline references eg. [Use of segwit](#use-of-segwit) - # quoted identifers eg. `htlc_id` + # quoted identifiers eg. `htlc_id` # field descriptions, eg. `* [`num_htlcs*64`:`htlc_signature]' # indented field names, eg. ' `num_htlcs`: 0' # lightning addresses, eg. `lnbc1qpvj6chq...`