Skip to content

Commit b7a6925

Browse files
authored
Fix codespell issue (#332)
Misc/INDEX: vistor->visitor NEWS: add NotIn to codespell's ignore list since it complains about it false-positively
1 parent e90dd5e commit b7a6925

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Misc/INDEX

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ make_cmp.py: generates code for compare nodes for CodeCompiler.java
1212
make_excs.py: generate code for exceptions and for the types module
1313
make_math.py: generate most of the code for the math module
1414
make_operations.py: Generate most of the code for the operator module
15-
make_visitor.py: generate vistor code for javacc grammar. code goes in SimpleNode.java
15+
make_visitor.py: generate visitor code for javacc grammar. code goes in SimpleNode.java
1616
reportTemplate.html: template html file used by bughtml.py
1717
webformat.py: script to generate jpython's web pages
18-
xml2py.py: utility module to make xml easier for jpython (used by bughtml.py)
18+
xml2py.py: utility module to make xml easier for jpython (used by bughtml.py)

Misc/codespell/words.ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
statics
22
sur
3+
NotIn

0 commit comments

Comments
 (0)