[project @ 2005-02-23 06:31:22 by dons]
authordons <unknown>
Wed, 23 Feb 2005 06:31:22 +0000 (06:31 +0000)
committerdons <unknown>
Wed, 23 Feb 2005 06:31:22 +0000 (06:31 +0000)
Typo in comment only. Spotted by sjanssen on #haskell.

Data/Map.hs

index a76b62b..92cf158 100644 (file)
@@ -1232,7 +1232,7 @@ deleteFindMax t
   - A lower [delta] leads to a more 'perfectly' balanced tree.
   - A higher [delta] performs less rebalancing.
 
-  - Balancing is automaic for random data and a balancing
+  - Balancing is automatic for random data and a balancing
     scheme is only necessary to avoid pathological worst cases.
     Almost any choice will do, and in practice, a rather large
     [delta] may perform better than smaller one.