diff --git a/CHANGES b/CHANGES
index 19a8721744cdbee5fea9f3f65c036cbda15a6b8a..a5ec5015916ee5bb6f611e0c3ea4a4c21c3ddeb9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -29,6 +29,7 @@ o Toole.Standalone.check_http
   - Allow redirect responses.
   - Support --expect option.
 
+
 Bug fixes
 ---------
 
@@ -41,7 +42,7 @@ o Calendar
   - Updated tzdata to 2017c.
 
   - Calendar.TimeRanges.NullTimeRange now has a working __hash().
-    The expression ([ Calendar.TimeRandes.nulltimerange : 17 ])
+    The expression ([ Calendar.TimeRanges.nulltimerange : 17 ])
     no longer gives a backtrace.
 
 o Crypto.CCM
@@ -127,7 +128,7 @@ o Image
   Creating images with mode "grey" now works as documented,
   e.g. Image.Image(10,10,"grey",123);
 
-=======
+
 Optimizations
 -------------
 
@@ -135,6 +136,7 @@ o mktime/System.TM
 
   Considerable speedup and a reduction in codesize.
 
+
 Building & Tools
 ----------------