]> granicus.if.org Git - python/commitdiff
Fix a typo in a comment
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 21 Aug 2007 04:55:11 +0000 (04:55 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 21 Aug 2007 04:55:11 +0000 (04:55 +0000)
Lib/sre_compile.py

index 1d448dae2ac42fa82759503a9d083f3e8072d225..71095991ecc96961880c768ecedb9dd3d716231f 100644 (file)
@@ -280,7 +280,7 @@ def _mk_bitmap(bits):
 
 # To represent a big charset, first a bitmap of all characters in the
 # set is constructed. Then, this bitmap is sliced into chunks of 256
-# characters, duplicate chunks are eliminitated, and each chunk is
+# characters, duplicate chunks are eliminated, and each chunk is
 # given a number. In the compiled expression, the charset is
 # represented by a 16-bit word sequence, consisting of one word for
 # the number of different chunks, a sequence of 256 bytes (128 words)