fixed a typo in NEWS

This commit is contained in:
Heng Li 2013-05-28 13:40:31 -04:00
parent 4e992769d5
commit 01c9cd152b
1 changed files with 3 additions and 2 deletions

5
NEWS
View File

@ -3,7 +3,8 @@ Release 0.7.5 (28 May, 2013)
Changes in all components:
* Improved error checking. Patches probived by Rob Davies.
* Improved error checking on memory allocation and file reading/writing.
Patches provided by Rob Davies.
* Updated README.
@ -29,7 +30,7 @@ Changes in BWA-MEM:
Changes in BWA-backtrack:
* Added a magic number to .sai files. This prevents samse/sampe from reading
corrupted (e.g. a .sai file containing LSF log) or incompatible .sai
corrupted .sai (e.g. a .sai file containing LSF log) or incompatible .sai
generated by a different version of bwa.
* Bugfix: alignments in the XA:Z: tag were wrong.