From f3059761830a0716504b04d25a4045c2f4ef4402 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 1 Aug 2021 12:52:42 +0200 Subject: style: fix typos discovered by codespell (#1197) python3 -m pip install codespell codespell --ignore-words-list="ba,cant,datas,hart,linke,ned,nin,overthere,upto" --skip="*.js" * Fix typos discovered by codespell * datas * intgers ==> integers --- .github/workflows/cancel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/cancel.yml b/.github/workflows/cancel.yml index 97b4d88d..11b385b1 100644 --- a/.github/workflows/cancel.yml +++ b/.github/workflows/cancel.yml @@ -2,7 +2,7 @@ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt # This action finds in-progress Action jobs for the same branch, and cancels -# them. There's little point in continuing to run superceded jobs. +# them. There's little point in continuing to run superseded jobs. name: "Cancel" -- cgit v1.2.1