Skip to content

Commit 817191a

Browse files
committed
Fix misspellings
There are many in ~/Doc, but that's outside this PR.
1 parent fefa126 commit 817191a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- run: pip install codespell
1919
- run: codespell --count --ignore-words=Misc/codespell/words.ignore
2020
NEWS README.md README.txt LICENSE.txt Misc/INDEX Misc/codespell/README
21-
Doc InternalDocs ProcessDocs
21+
InternalDocs ProcessDocs
2222

ProcessDocs/coding_standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ and then the value of your excellent work is lost.
3434

3535
1. Javadoc on any publicly exposed method or field.
3636
2. 4 spaces for indentation, no tabs.
37-
3. No nested ternary statements (no ternary statments inside other ternaries).
37+
3. No nested ternary statements (no ternary statements inside other ternaries).
3838
4. A luxurious 100 characters per line.
3939
5. No copy and pasted, repeated code:
4040
if you're doing the same thing twice, make a method.

0 commit comments

Comments
 (0)