Skip to content

Commit 4c93b7a

Browse files
committed
spelling: response
1 parent c76c169 commit 4c93b7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/logic/migrator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ func (this *Migrator) initiateStatus() error {
742742
// printMigrationStatusHint prints a detailed configuration dump, that is useful
743743
// to keep in mind; such as the name of migrated table, throttle params etc.
744744
// This gets printed at beginning and end of migration, every 10 minutes throughout
745-
// migration, and as reponse to the "status" interactive command.
745+
// migration, and as response to the "status" interactive command.
746746
func (this *Migrator) printMigrationStatusHint(writers ...io.Writer) {
747747
w := io.MultiWriter(writers...)
748748
fmt.Fprintln(w, fmt.Sprintf("# Migrating %s.%s; Ghost table is %s.%s",

0 commit comments

Comments
 (0)