Skip to content
Snippets Groups Projects
Unverified Commit 4a13e057 authored by John Chilton's avatar John Chilton Committed by GitHub
Browse files

Merge pull request #198 from jmchilton/spelling

Spelling fix - just testing if master branch passes CI still.
parents def34468 d7fad147
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ class PulsarApp(object):
"""
tool_config_files = conf.get("tool_config_files", None)
if not tool_config_files:
# For compatibity with Galaxy, allow tool_config_file
# For compatibility with Galaxy, allow tool_config_file
# option name.
tool_config_files = conf.get("tool_config_file", None)
toolbox = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment