Fix "Berkeley" name.
diff --git a/Misc/NEWS b/Misc/NEWS
index 398f7db..5c3275f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2393,8 +2393,8 @@
   an error.  The _PY_STRUCT_FLOAT_COERCE constant has been removed.
   The version number has been bumped to 0.3.
 
-- Issue #5359: Readd the Berkley-DB detection code to allow _dbm be built
-  using Berkley-DB.
+- Issue #5359: Readd the Berkeley DB detection code to allow _dbm be built
+  using Berkeley DB.
 
 Tests
 -----