Fix spelling

This commit is contained in:
Łukasz Rogalski 2016-12-08 21:06:02 +01:00 committed by Claudiu Popa
parent dcebae55d3
commit 4dec9d61c5

View File

@ -394,8 +394,8 @@ class PyLinter(config.OptionsManagerMixIn,
)
option_groups = (
('Messages control', 'Options controling analysis messages'),
('Reports', 'Options related to output formating and reporting'),
('Messages control', 'Options controlling analysis messages'),
('Reports', 'Options related to output formatting and reporting'),
)
def __init__(self, options=(), reporter=None, option_groups=(),