Skip to content

Commit cd0a84b

Browse files
committed
More minor NEWS fixes
1 parent 8016127 commit cd0a84b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ Features and Updates
8585

8686
* It is now possible to use external plug-ins in language bindings that
8787
dynamically load HTSlib. Note that a side-effect of this change is that
88-
some plug-ins now link against libhts.so, which means that have to be able
89-
to find the shared library when they are started up. Thanks to
88+
some plug-ins now link against libhts.so, which means that they have to be
89+
able to find the shared library when they are started up. Thanks to
9090
John Marshall. (#1072)
9191

9292
* bgzf_close(), and therefore hts_close(), will now return non-zero when
93-
closing a bgzf handle on which errors have been detected. (Part of #1117)
93+
closing a BGZF handle on which errors have been detected. (Part of #1117)
9494

9595
* Added a special case to the kt_fisher_exact() test for when the table
9696
probability is too small to be represented in a double. This fixes a
@@ -186,7 +186,7 @@ Bug fixes
186186
* Fixed missing return parameter value in idx_test_and_fetch(). Thanks to
187187
Lilian Janin. (#1014)
188188

189-
* Fixed crashes due to inconsistent selection between bgzf and plain (hfile)
189+
* Fixed crashes due to inconsistent selection between BGZF and plain (hFILE)
190190
interfaces when reading files. [fuzz] (#1019)
191191

192192
* Added and/or fixed byte swapping code for big-endian platforms. Thanks

0 commit comments

Comments
 (0)