We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d77fa6 + 3bb9f9d commit 902db95Copy full SHA for 902db95
pymysqlreplication/bitmap.py
@@ -19,7 +19,7 @@
19
4, 5, 5, 6, 5, 6, 6, 7, 5, 6, 6, 7, 6, 7, 7, 8,
20
]
21
22
-# Calculate totol bit counts in a bitmap
+# Calculate total bit counts in a bitmap
23
def BitCount(bitmap):
24
n = 0
25
for i in range(0, len(bitmap)):
0 commit comments