#11565: Fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Lib/csv.py b/Lib/csv.py
index 59ec372..dbe6db7 100644
--- a/Lib/csv.py
+++ b/Lib/csv.py
@@ -270,7 +270,7 @@
         an all or nothing approach, so we allow for small variations in this
         number.
           1) build a table of the frequency of each character on every line.
-          2) build a table of freqencies of this frequency (meta-frequency?),
+          2) build a table of frequencies of this frequency (meta-frequency?),
              e.g.  'x occurred 5 times in 10 rows, 6 times in 1000 rows,
              7 times in 2 rows'
           3) use the mode of the meta-frequency to determine the /expected/