From 812fd4aa2bd4d939960848f0f60f75743cf701f1 Mon Sep 17 00:00:00 2001 From: Howard Pritchard Date: Wed, 27 Mar 2019 11:16:57 -0600 Subject: [PATCH] NEWS: minor typo fix [skip ci] Signed-off-by: Howard Pritchard --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c32cf266cd..c7fcd83b07 100644 --- a/NEWS +++ b/NEWS @@ -69,7 +69,7 @@ included in the vX.Y.Z section and be denoted as: and older versions of hwloc. Thanks to Ben Menadue for reporting and providing a fix. - Fix an issue with MPI_WIN_CREATE_DYNAMIC and MPI_GET from self. - thanks to Bart Janssens for reporting. + Thanks to Bart Janssens for reporting. - Fix an issue of excessive compiler warning messages from mpi.h when using newer C++ compilers. Thanks to @Shadow-fax for reporting.