File: spelling.patch

package info (click to toggle)
bitseq 0.7.5%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 696 kB
  • sloc: cpp: 7,043; python: 562; makefile: 150; sh: 52
file content (15 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Last-Change: Sat, 02 Dec 2017 09:56:17 +0100
Description: Fix spelling

--- a/getFoldChange.cpp
+++ b/getFoldChange.cpp
@@ -29,7 +29,7 @@ int main(int argc,char* argv[]){
    // }}}
    bool doLog=args.flag("log");
    if(doLog){
-      if(args.verbose)cout<<"Will log expression samples to produce log_2 Fold Chnage."<<endl;
+      if(args.verbose)cout<<"Will log expression samples to produce log_2 Fold Change."<<endl;
    }else{
       if(args.verbose)cout<<"Assuming samples are logged, producing log_2 Fold Change."<<endl;
    }