Skip to content

Commit 902db95

Browse files
Merge pull request julien-duponchelle#424 from 23-OSSCA-python-mysql-replication/fix/typo-bitmap
Fix typo in bitmap.py
2 parents 2d77fa6 + 3bb9f9d commit 902db95

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)