>From bb5252a3e2eeca1fbe268d8d8d0d06d9478434bb Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Mon, 12 Jun 2017 22:18:35 -0700
Subject: [PATCH 4/4] * NEWS: Fix typo.

---
 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 81d702d..1162a67 100644
--- a/NEWS
+++ b/NEWS
@@ -86,7 +86,7 @@ Unreleased, experimental changes
     localtime.c and difftime.c no longer require stdio.h, and .c files
     other than zic.c no longer require sys/wait.h.
 
-    zdump.c no longer assumes snprintf.  (
+    zdump.c no longer assumes snprintf.  (Reported by Jonathan Leffler.)
 
     Several minor changes have been made to the code to make it a
     bit easier to port to MS-Windows and Solaris.  (Thanks to Kees
-- 
2.9.4

