Fix typo in gherkin terminal reporter error message

Very small fix
This commit is contained in:
Thomas Wilgenbus 2016-12-06 11:43:38 +01:00 committed by GitHub
parent f48e4558c0
commit b2e99a291b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ def configure(config):
# Get the standard terminal reporter plugin and replace it with our
current_reporter = config.pluginmanager.getplugin('terminalreporter')
if current_reporter.__class__ != TerminalReporter:
raise Exception("gherkin-terminal-reporter is not compatibile with any other terminal reporter."
raise Exception("gherkin-terminal-reporter is not compatible with any other terminal reporter."
"You can use only one terminal reporter."
"Currently '{0}' is used."
"Please decide to use one by deactivating {0} or gherkin-terminal-reporter."