Skip to content

Commit 6183f80

Browse files
committed
codespell itself
1 parent fe34d74 commit 6183f80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

codespell.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class QuietLevels:
5151
FIXES = 16
5252

5353

54-
class Mispell:
54+
class Misspell:
5555
def __init__(self, data, fix, reason):
5656
self.data = data
5757
self.fix = fix
@@ -253,7 +253,7 @@ def build_dict(filename):
253253
data = data[:fix]
254254
fix = False
255255

256-
misspellings[key] = Mispell(data, fix, reason)
256+
misspellings[key] = Misspell(data, fix, reason)
257257

258258
def ishidden(filename):
259259
bfilename = os.path.basename(filename)

0 commit comments

Comments
 (0)