From 664f209ed3034c3f39145921ad595a1dc18624a4 Mon Sep 17 00:00:00 2001
From: "Peter J. A. Cock"
Date: Wed, 11 Mar 2026 14:44:59 +0000
Subject: [PATCH] Fix typo, mutli-FASTA --> multi-FASTA
Closes #236
---
scripts/nucmer_ori.pl | 2 +-
scripts/promer.pl | 2 +-
src/umd/nucmer_cmdline.yaggo | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/nucmer_ori.pl b/scripts/nucmer_ori.pl
index f4006b7..2850ba2 100644
--- a/scripts/nucmer_ori.pl
+++ b/scripts/nucmer_ori.pl
@@ -40,7 +40,7 @@
USAGE: nucmer [options]
DESCRIPTION:
- nucmer generates nucleotide alignments between two mutli-FASTA input
+ nucmer generates nucleotide alignments between two multi-FASTA input
files. The out.delta output file lists the distance between insertions
and deletions that produce maximal scoring alignments between each
sequence. The show-* utilities know how to read this format.
diff --git a/scripts/promer.pl b/scripts/promer.pl
index 3d5acb4..fb2f9f3 100644
--- a/scripts/promer.pl
+++ b/scripts/promer.pl
@@ -41,7 +41,7 @@
USAGE: promer [options]
DESCRIPTION:
- promer generates amino acid alignments between two mutli-FASTA DNA input
+ promer generates amino acid alignments between two multi-FASTA DNA input
files. The out.delta output file lists the distance between insertions
and deletions that produce maximal scoring alignments between each
sequence. The show-* utilities know how to read this format. The DNA
diff --git a/src/umd/nucmer_cmdline.yaggo b/src/umd/nucmer_cmdline.yaggo
index c07825e..5ebcdc6 100644
--- a/src/umd/nucmer_cmdline.yaggo
+++ b/src/umd/nucmer_cmdline.yaggo
@@ -1,5 +1,5 @@
package "nucmer"
-description "nucmer generates nucleotide alignments between two mutli-FASTA input
+description "nucmer generates nucleotide alignments between two multi-FASTA input
files. The out.delta output file lists the distance between insertions
and deletions that produce maximal scoring alignments between each
sequence. The show-* utilities know how to read this format.