Skip to content

Commit 3196c89

Browse files
committed
spelling: running
1 parent b3be535 commit 3196c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/logic/throttler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func (this *Throttler) collectReplicationLag(firstThrottlingCollected chan<- boo
139139
if this.migrationContext.TestOnReplica || this.migrationContext.MigrateOnReplica {
140140
// when running on replica, the heartbeat injection is also done on the replica.
141141
// This means we will always get a good heartbeat value.
142-
// When runnign on replica, we should instead check the `SHOW SLAVE STATUS` output.
142+
// When running on replica, we should instead check the `SHOW SLAVE STATUS` output.
143143
if lag, err := mysql.GetReplicationLag(this.inspector.connectionConfig); err != nil {
144144
return log.Errore(err)
145145
} else {

0 commit comments

Comments
 (0)