Skip to content

Commit 3bb9f9d

Browse files
committed
Fix typo in bitmap.py
1 parent 131c8c6 commit 3bb9f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysqlreplication/bitmap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
4, 5, 5, 6, 5, 6, 6, 7, 5, 6, 6, 7, 6, 7, 7, 8,
2020
]
2121

22-
# Calculate totol bit counts in a bitmap
22+
# Calculate total bit counts in a bitmap
2323
def BitCount(bitmap):
2424
n = 0
2525
for i in range(0, len(bitmap)):

0 commit comments

Comments
 (0)