Fix typo in NEWS file

This commit is contained in:
Jonathan Wakely 2020-10-26 11:46:00 +00:00
parent 9a29f1a2ae
commit ce643e6fe9

2
NEWS
View File

@ -38,7 +38,7 @@ Deprecated and removed features, and other changes affecting compatibility:
Instead, the default implementation is used.
* The deprecated <sys/timeb.h> header and the ftime function have been
removed. To support old binaries, the ftime function continue to exist
removed. To support old binaries, the ftime function continues to exist
as a compatibility symbol (on those architectures which had it). All
programs should use gettimeofday or clock_gettime instead.