Skip to content

Commit

Permalink
Spelling fix thanks to @nsoranzo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed May 16, 2016
1 parent 7ab4065 commit b76889f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tools/cwl/cwltool_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def ensure_cwltool_available():
if main is None:
message += " cwltool is not unavailable."
elif load_tool is None:
message += " cwltool.load_tool is unavailabe - cwltool version is too old."
message += " cwltool.load_tool is unavailable - cwltool version is too old."
if requests is None:
message += " Library 'requests' unavailable."
if shellescape is None:
Expand Down

0 comments on commit b76889f

Please sign in to comment.