[Python-checkins] cpython: Fix typo in Misc/NEWS

hynek.schlawack python-checkins at python.org
Sat Jun 23 18:21:16 CEST 2012


http://hg.python.org/cpython/rev/93263cd0b7d0
changeset:   77636:93263cd0b7d0
user:        Hynek Schlawack <hs at ox.cx>
date:        Sat Jun 23 18:21:11 2012 +0200
summary:
  Fix typo in Misc/NEWS

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,7 +43,7 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list