Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Mar 11, 2015
1 parent a4c46e0 commit bbf7666
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
2014-12-01 Kevin Murray <spam@kdmurray.id.au>

* tests/test_scripts.py: Stop a test from making a temporary output file
in the current dir by explictly specifying an output file.
in the current dir by explicitly specifying an output file.

2014-12-01 Kevin Murray <spam@kdmurray.id.au>

Expand Down Expand Up @@ -987,7 +987,7 @@
2014-06-16 Michael R. Crusoe <mcrusoe@msu.edu>

* scripts/{abundance-dist-single,filter-abund-single,load-into-counting,
normalize-by-median,load-graph}.py: restore Python 2.6 compatability for
normalize-by-median,load-graph}.py: restore Python 2.6 compatibility for
Debian 6, RedHat 6, SL6, and Ubuntu 10.04 LTS users.

2014-06-15 Titus Brown <t@idyll.org>
Expand Down
2 changes: 1 addition & 1 deletion lib/read_aligner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ double GetNull(size_t length)

/*
Turn two states in to a transition, or disallowed if the
transition isn't modeled
transition isn't modelled
*/
Transition get_trans(State s1, State s2)
{
Expand Down
2 changes: 1 addition & 1 deletion sandbox/sweep-reads.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def get_parser():
labeling = parser.add_mutually_exclusive_group(required=True)
labeling.add_argument('--label-by-pid', dest='label_by_pid',
action='store_true', help='separate reads by\
referece partition id')
reference partition id')
labeling.add_argument('--label-by-seq', dest='label_by_seq',
action='store_true', help='separate reads by\
reference sequence')
Expand Down

0 comments on commit bbf7666

Please sign in to comment.