Skip to content

Commit a5361a6

Browse files
committed
Fix a typo in MultipleMatchingFilesError.
1 parent 0d58eae commit a5361a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class MPQError(SC2ReaderError):
77
class NoMatchingFilesError(SC2ReaderError):
88
pass
99

10-
class MutipleMatchingFilesError(SC2ReaderError):
10+
class MultipleMatchingFilesError(SC2ReaderError):
1111
pass
1212

1313
class ReadError(SC2ReaderError):

0 commit comments

Comments
 (0)