NEWS: Fix a minor typo ("incosistent" -> "inconsistent").
authorRafal Luzynski <digitalfreak@lingonborough.com>
Thu, 27 Dec 2018 22:04:14 +0000 (23:04 +0100)
committerRafal Luzynski <digitalfreak@lingonborough.com>
Fri, 28 Dec 2018 07:55:34 +0000 (08:55 +0100)
NEWS

diff --git a/NEWS b/NEWS
index cd29ec7..e3658ac 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -43,7 +43,7 @@ Major new features:
 * The popen and system do not run atfork handlers anymore (BZ#17490).
   Although it is a possible POSIX violation, the POSIX rationale in
   pthread_atfork documentation regarding atfork handlers is to handle
-  incosistent mutex state after fork call in multithread environment.
+  inconsistent mutex state after fork call in multithread environment.
   In both popen and system there is no direct access to user-defined mutexes.
 
 * Support for the C-SKY ABIV2 running on Linux has been added.  This port