tools: I cannot spell recurrEnce.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2025-09-29 13:17:44 +09:30
parent 75e6c49989
commit 92a6961937

View File

@@ -10,3 +10,8 @@ if git --no-pager grep -nHiEP '(?<!en|htl)ctlv' -- . ':!tools/check-spelling.sh'
echo "It's check lock time verify, not check time lock verify!" >&2
exit 1
fi
if git --no-pager grep -nHiEP 'recurrance' -- . ':!tools/check-spelling.sh'; then
echo "It's recurrEnce not recurrAnce!" >&2
exit 1
fi