Skip to content

Commit 2b430e3

Browse files
committed
spelling: ignoring
1 parent ed35b75 commit 2b430e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/logic/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ help # This message
306306
}
307307
if arg != "" && arg != this.migrationContext.OriginalTableName {
308308
// User explicitly provided table name. This is a courtesy protection mechanism
309-
err := fmt.Errorf("User commanded 'unpostpone' on %s, but migrated table is %s; ingoring request.", arg, this.migrationContext.OriginalTableName)
309+
err := fmt.Errorf("User commanded 'unpostpone' on %s, but migrated table is %s; ignoring request.", arg, this.migrationContext.OriginalTableName)
310310
return NoPrintStatusRule, err
311311
}
312312
if atomic.LoadInt64(&this.migrationContext.IsPostponingCutOver) > 0 {

0 commit comments

Comments
 (0)