We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c93b7a commit b3be535Copy full SHA for b3be535
1 file changed
go/mysql/binlog.go
@@ -96,7 +96,7 @@ func (this *BinlogCoordinates) FileSmallerThan(other *BinlogCoordinates) bool {
96
}
97
98
// 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"
+// Effectively it means "how many rotates/FLUSHes would make these coordinates's file reach the other's"
100
func (this *BinlogCoordinates) FileNumberDistance(other *BinlogCoordinates) int {
101
thisNumber, _ := this.FileNumber()
102
otherNumber, _ := other.FileNumber()
0 commit comments