From e77263d4458705b6c01d5d182482e2e50d5134c6 Mon Sep 17 00:00:00 2001 From: Jason Stajich Date: Mon, 24 May 2021 09:52:32 -0700 Subject: [PATCH] small typo in wording 'noly' to 'only' --- mosdepth.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mosdepth.nim b/mosdepth.nim index ce27e8c..195fe6e 100644 --- a/mosdepth.nim +++ b/mosdepth.nim @@ -845,7 +845,7 @@ Other options: region = $args["--by"] else: if thresholds.len != 0: - stderr.write_line("[mosdepth] error --thresholds can noly be used when --by is specified.") + stderr.write_line("[mosdepth] error --thresholds can only be used when --by is specified.") quit(2) GC_disableMarkAndSweep() var fasta: cstring = nil