summaryrefslogtreecommitdiff
path: root/tests/checkers
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-22 10:00:43 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-26 09:12:32 +0200
commit3bfe47e2c35cce9179df31f01e6ea344da876cbd (patch)
tree7327a34206bb152d6560fe4a7fd73f1eb95127ad /tests/checkers
parent9c0c457f773659e3ef6474be975903b4322a7936 (diff)
downloadpylint-git-3bfe47e2c35cce9179df31f01e6ea344da876cbd.tar.gz
[spelling] Remove remaining typoes detected by the spelling checker
Diffstat (limited to 'tests/checkers')
-rw-r--r--tests/checkers/unittest_variables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkers/unittest_variables.py b/tests/checkers/unittest_variables.py
index 98f15d299..d810163d2 100644
--- a/tests/checkers/unittest_variables.py
+++ b/tests/checkers/unittest_variables.py
@@ -44,7 +44,7 @@ class TestVariablesCheckerWithTearDown(CheckerTestCase):
@set_config(callbacks=("callback_", "_callback"))
def test_custom_callback_string(self) -> None:
- """Test the --calbacks option works."""
+ """Test the --callbacks option works."""
node = astroid.extract_node(
"""
def callback_one(abc):