Oops, fix a typo in NEWS: surrogateespace => surrogateescape
diff --git a/Misc/NEWS b/Misc/NEWS
index 6694234..26a1925 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1000,7 +1000,7 @@
 - Issue #4265: shutil.copyfile() was leaking file descriptors when disk fills.
   Patch by Tres Seaver.
 
-- Issue #8390: tarfile uses surrogateespace as the default error handler
+- Issue #8390: tarfile uses surrogateescape as the default error handler
   (instead of replace in read mode or strict in write mode).
 
 - Issue #7755: Use an unencumbered audio file for tests.