]> granicus.if.org Git - python/commitdiff
Fix typo in Misc/NEWS
authorHynek Schlawack <hs@ox.cx>
Sat, 23 Jun 2012 16:21:11 +0000 (18:21 +0200)
committerHynek Schlawack <hs@ox.cx>
Sat, 23 Jun 2012 16:21:11 +0000 (18:21 +0200)
Misc/NEWS

index 718b76e580ba943089c10172de5a56ddeb756fab..35e8ede28dcda82383c7bd69b851e0420197a71d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,7 +43,7 @@ Core and Builtins
 Library
 -------
 
-- Issue #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks.
+- Issue #4489: Add a shutil.rmtree that isn't susceptible to symlink attacks.
   It is used automatically on platforms supporting the necessary os.openat()
   and os.unlinkat() functions. Main code by Martin von Löwis.