From: Martin Panter <vadmium+py@gmail.com>
Date: Sun, 18 Dec 2016 01:37:12 +0000 (+0000)
Subject: One more typo fix for 3.7
X-Git-Tag: v3.7.0a1~1721
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a03d5ca41eaac163ef55a2f557ad34369e3563f3;p=python

One more typo fix for 3.7
---

diff --git a/Misc/NEWS b/Misc/NEWS
index 4e623a15d8..5e8bc0c54c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -197,7 +197,7 @@ Core and Builtins
 Library
 -------
 
-- Issue #16255: subrocess.Popen uses /system/bin/sh on Android as the shell,
+- Issue #16255: subprocess.Popen uses /system/bin/sh on Android as the shell,
   instead of /bin/sh.
 
 - Issue #28779: multiprocessing.set_forkserver_preload() would crash the