Skip to content

Commit

Permalink
fix typo in printed information
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed May 14, 2015
1 parent 3501358 commit 30a9c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo_ext/galaxy/tools/linters/stdio.py
Expand Up @@ -3,7 +3,7 @@
def lint_stdio(tool_xml, lint_ctx):
stdios = tool_xml.findall("./stdio")
if not stdios:
lint_ctx.info("No stdio definition found, tool will determines error from stderr.")
lint_ctx.info("No stdio definition found, tool will determine an error from stderr.")
return

if len(stdios) > 1:
Expand Down

0 comments on commit 30a9c3f

Please sign in to comment.