Skip to content

Commit 65bfca8

Browse files
authored
Merge pull request #203 from regnarock/patch-1
Fix typo in gherkin terminal reporter error message
2 parents f48e455 + b2e99a2 commit 65bfca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_bdd/gherkin_terminal_reporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def configure(config):
2121
# Get the standard terminal reporter plugin and replace it with our
2222
current_reporter = config.pluginmanager.getplugin('terminalreporter')
2323
if current_reporter.__class__ != TerminalReporter:
24-
raise Exception("gherkin-terminal-reporter is not compatibile with any other terminal reporter."
24+
raise Exception("gherkin-terminal-reporter is not compatible with any other terminal reporter."
2525
"You can use only one terminal reporter."
2626
"Currently '{0}' is used."
2727
"Please decide to use one by deactivating {0} or gherkin-terminal-reporter."

0 commit comments

Comments
 (0)