File: spelling

package info (click to toggle)
snap-aligner 2.0.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,724 kB
  • sloc: cpp: 41,071; ansic: 5,239; python: 227; makefile: 85; sh: 28
file content (14 lines) | stat: -rw-r--r-- 878 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
From: Michael R. Crusoe <crusoe@debian.org>
Subject: Fix a typo
Forwarded: https://github.com/amplab/snap/pull/172
--- snap-aligner.orig/SNAPLib/AlignerOptions.cpp
+++ snap-aligner/SNAPLib/AlignerOptions.cpp
@@ -142,7 +142,7 @@
             "  -h   maximum hits to consider per seed (default: %d)\n"
             "  -ms  minimum seed matches per location (default: %d)\n"
             "  -t   number of threads (default is one per core)\n"
-            "  -b-  Don't bind each thread to its processor (--b (with two dashes) does the smae thing)\n"
+            "  -b-  Don't bind each thread to its processor (--b (with two dashes) does the same thing)\n"
             "  -P   disables cache prefetching in the genome; may be helpful for machines\n"
             "       with small caches or lots of cores/cache\n"
             "  -so  sort output file by alignment location\n"