File: fix_typos.patch

package info (click to toggle)
seq-gen 1.3.5-2
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 3,644 kB
  • sloc: ansic: 4,147; makefile: 38; sh: 17
file content (13 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
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;