File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
384384func (this * Applier ) CalculateNextIterationRangeEndValues () (hasFurtherRange bool , err error ) {
385385 this .migrationContext .MigrationIterationRangeMinValues = this .migrationContext .MigrationIterationRangeMaxValues
386386 if this .migrationContext .MigrationIterationRangeMinValues == nil {
You can’t perform that action at this time.
0 commit comments