Skip to content

Commit 74c3aa6

Browse files
authored
Fix typo (violoations -> violations) (#526)
1 parent 7281baf commit 74c3aa6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/MMseqsBase.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ std::vector<Command> baseCommands = {
5050
"# -c 0.7 - + -\n"
5151
"# -c 0.6 + + +\n\n"
5252
"# Cascaded clustering with reassignment\n"
53-
"# - Corrects criteria-violoations of cascaded merging\n"
53+
"# - Corrects criteria-violations of cascaded merging\n"
5454
"# - Produces more clusters and is a bit slower\n"
5555
"mmseqs easy-cluster examples/DB.fasta result tmp --cluster-reassign\n",
5656
"Martin Steinegger <martin.steinegger@snu.ac.kr>",
@@ -264,7 +264,7 @@ std::vector<Command> baseCommands = {
264264
"# Cutoff -c 0.7 - + -\n"
265265
"# -c 0.6 + + +\n\n"
266266
"# Cascaded clustering with reassignment\n"
267-
"# - Corrects criteria-violoations of cascaded merging\n"
267+
"# - Corrects criteria-violations of cascaded merging\n"
268268
"# - Produces more clusters and is a bit slower\n"
269269
"mmseqs cluster sequenceDB clusterDB tmp --cluster-reassign\n",
270270
"Martin Steinegger <martin.steinegger@snu.ac.kr> & Lars von den Driesch",

0 commit comments

Comments
 (0)