File: spelling

package info (click to toggle)
seqan2 2.4.0%2Bdfsg-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 224,176 kB
  • sloc: cpp: 256,886; ansic: 91,672; python: 8,330; sh: 995; xml: 570; makefile: 251; awk: 51; javascript: 21
file content (13 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
From: Michael R. Crusoe <michael.crusoe@gmail.com>
Subject: typo fix, interst->interest
--- seqan2.orig/apps/ngs_roi/bam2roi.cpp
+++ seqan2/apps/ngs_roi/bam2roi.cpp
@@ -141,7 +141,7 @@
 
     addDescription(parser,
                    "Calculated consecutive regions of coverage from alignment file \\fIIN.bam\\fP "
-                   "and write regions of interst to file \\fIOUT.roi\\fP. "
+                   "and write regions of interest to file \\fIOUT.roi\\fP. "
 				   "Counting is performed over the entire region (including intron and N-regions) "
 				   "based on the CIGAR string of the alignment record.");
 	// it is in the scope of this application to make any assumtions over splice junctions