Skip to content

Commit b3be535

Browse files
committed
spelling: rotates
1 parent 4c93b7a commit b3be535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/mysql/binlog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (this *BinlogCoordinates) FileSmallerThan(other *BinlogCoordinates) bool {
9696
}
9797

9898
// FileNumberDistance returns the numeric distance between this coordinate's file number and the other's.
99-
// Effectively it means "how many roatets/FLUSHes would make these coordinates's file reach the other's"
99+
// Effectively it means "how many rotates/FLUSHes would make these coordinates's file reach the other's"
100100
func (this *BinlogCoordinates) FileNumberDistance(other *BinlogCoordinates) int {
101101
thisNumber, _ := this.FileNumber()
102102
otherNumber, _ := other.FileNumber()

0 commit comments

Comments
 (0)