We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76c169 commit 4c93b7aCopy full SHA for 4c93b7a
1 file changed
go/logic/migrator.go
@@ -742,7 +742,7 @@ func (this *Migrator) initiateStatus() error {
742
// printMigrationStatusHint prints a detailed configuration dump, that is useful
743
// to keep in mind; such as the name of migrated table, throttle params etc.
744
// This gets printed at beginning and end of migration, every 10 minutes throughout
745
-// migration, and as reponse to the "status" interactive command.
+// migration, and as response to the "status" interactive command.
746
func (this *Migrator) printMigrationStatusHint(writers ...io.Writer) {
747
w := io.MultiWriter(writers...)
748
fmt.Fprintln(w, fmt.Sprintf("# Migrating %s.%s; Ghost table is %s.%s",
0 commit comments