diff --git a/snakemake/linting/rules.py b/snakemake/linting/rules.py index fe62db3df..4e6db3a8a 100644 --- a/snakemake/linting/rules.py +++ b/snakemake/linting/rules.py @@ -115,7 +115,7 @@ def lint_missing_software_definition(self, rule): body="While environment modules allow to document and deploy the required software on a certain " "platform, they lock your workflow in there, disabling easy reproducibility on other machines " "that don't have exactly the same environment modules. Hence env modules (which might be beneficial " - "in certain cluster environments), should allways be complemented with equivalent conda " + "in certain cluster environments), should always be complemented with equivalent conda " "environments.", links=[links.package_management, links.containers], )