Skip to content

Commit ce4ad43

Browse files
committed
changed Checking to Check
1 parent 13b4282 commit ce4ad43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# CommentSpellChecking
1+
# CommentSpellCheck
22

3-
![python testing](https://github.com/SimpleITK/CommentSpellChecking/actions/workflows/python-app.yml/badge.svg)
3+
![python testing](https://github.com/SimpleITK/CommentSpellCheck/actions/workflows/python-app.yml/badge.svg)
44

55

66
A script that automatically spell checks the comments of a code base.

comment_spell_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from importlib.metadata import version, PackageNotFoundError
1818

1919
try:
20-
__version__ = version("CommentSpellChecking")
20+
__version__ = version("CommentSpellCheck")
2121
except PackageNotFoundError:
2222
# package is not installed
2323
pass

0 commit comments

Comments
 (0)