Skip to content

Commit b683c8e

Browse files
committed
Fix spelling mistakes and silence false-positives newly reported by codespell
1 parent ed71f94 commit b683c8e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/codespell_ignored_lines.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ docker run --rm -v "${OUTPUTDIR}":/tmp/output -v "${SCRIPTDIR}":/tmp/scripts:ro
1919
templ("assignEnd", "end := tail");
2020
templ("assignEnd", "");
2121
self.assertIn('401 Client Error: Unauthorized', str(manager.exception))
22+
a = abd;

test/libsolidity/util/SoltestTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace solidity::frontend::test
3232
T(Invalid, "invalid", 0) \
3333
T(EOS, "EOS", 0) \
3434
T(Whitespace, "_", 0) \
35-
/* punctuations */ \
35+
/* punctuation */ \
3636
T(LParen, "(", 0) \
3737
T(RParen, ")", 0) \
3838
T(LBrack, "[", 0) \

0 commit comments

Comments
 (0)