Skip to content

Commit e608c16

Browse files
committed
spelling: explicitly
1 parent 291c6d3 commit e608c16

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
@@ -305,7 +305,7 @@ help # This message
305305
return NoPrintStatusRule, err
306306
}
307307
if arg != "" && arg != this.migrationContext.OriginalTableName {
308-
// User exlpicitly provided table name. This is a courtesy protection mechanism
308+
// User explicitly provided table name. This is a courtesy protection mechanism
309309
err := fmt.Errorf("User commanded 'unpostpone' on %s, but migrated table is %s; ingoring request.", arg, this.migrationContext.OriginalTableName)
310310
return NoPrintStatusRule, err
311311
}

0 commit comments

Comments
 (0)