1 2 3 4 5 6 7 8 9 10 11 12 13
|
From: Alex Mestiashvili <mailatgoogl@gmail.com>
Description: Fix a typo detected by lintian
--- a/source/seq-gen.c
+++ b/source/seq-gen.c
@@ -917,7 +917,7 @@ int main(int argc, char **argv)
if (maxPartitions == 1) {
if (partitionLengths[0] != -1) {
- fprintf(stderr, "\nWARNING: The treefile contained partion lengths but only one partition\n");
+ fprintf(stderr, "\nWARNING: The treefile contained partition lengths but only one partition\n");
fprintf(stderr, "was specified.\n");
}
partitionLengths[0] = numSites;
|