From d7fad1470f11d09c876d1e638a40e23f545a2306 Mon Sep 17 00:00:00 2001 From: John Chilton <jmchilton@gmail.com> Date: Thu, 20 Jun 2019 12:03:33 -0400 Subject: [PATCH] Spelling fix - just testing if master branch passes CI still. --- pulsar/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulsar/core.py b/pulsar/core.py index f3e497aa..ea03e9de 100644 --- a/pulsar/core.py +++ b/pulsar/core.py @@ -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 -- GitLab