aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/rqtl2/phenotypes_qc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rqtl2/phenotypes_qc.py b/scripts/rqtl2/phenotypes_qc.py
index 0e503cc..4f55e40 100644
--- a/scripts/rqtl2/phenotypes_qc.py
+++ b/scripts/rqtl2/phenotypes_qc.py
@@ -329,7 +329,7 @@ def run_qc(# pylint: disable=[too-many-locals]
logger: Logger
) -> int:
"""Run quality control checks on the bundle."""
- logger.debug("Beginning the quality assuarance checks.")
+ logger.debug("Beginning the quality assurance checks.")
results = check_for_averages_files(
**check_for_mandatory_pheno_keys(
**validate(args.rqtl2bundle, logger)))