Skip to content

Commit abab1cc

Browse files
authored
Spelling fix
1 parent 5bb4109 commit abab1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/config/unittest_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_files_can_be_set_in_config(tmp_path: Path) -> None:
114114
runner = Run(["--files", "good.py"], exit=False)
115115
assert not runner.linter.stats.by_msg
116116

117-
# Test that we can run on the current directory by specyfing it
117+
# Test that we can run on the current directory by specifying it
118118
config_file = tmp_path / "pylintrc"
119119
config_file.write_text("[MASTER]\nfiles=" + str(tmp_path))
120120
runner = Run(["--rcfile", str(config_file)], exit=False)

0 commit comments

Comments
 (0)