Skip to content

Commit e2df0b8

Browse files
committed
spelling: iterating
1 parent 2b430e3 commit e2df0b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/logic/applier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ func (this *Applier) ReadMigrationRangeValues() error {
380380
// CalculateNextIterationRangeEndValues reads the next-iteration-range-end unique key values,
381381
// which will be used for copying the next chunk of rows. Ir returns "false" if there is
382382
// no further chunk to work through, i.e. we're past the last chunk and are done with
383-
// itrating the range (and this done with copying row chunks)
383+
// iterating the range (and this done with copying row chunks)
384384
func (this *Applier) CalculateNextIterationRangeEndValues() (hasFurtherRange bool, err error) {
385385
this.migrationContext.MigrationIterationRangeMinValues = this.migrationContext.MigrationIterationRangeMaxValues
386386
if this.migrationContext.MigrationIterationRangeMinValues == nil {

0 commit comments

Comments
 (0)