Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
glorv committed Jul 19, 2021
1 parent 553049d commit 0a09c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncer/online-ddl-tools/online_ddl.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type OnlinePlugin interface {
Clear(tctx *tcontext.Context) error
// Close closes online ddl plugin
Close()
// CheckAndUpdate try to check and fix the shcema/table case-sensitive issue
// CheckAndUpdate try to check and fix the schema/table case-sensitive issue
CheckAndUpdate(tctx *tcontext.Context, schemas map[string]string, tables map[string]map[string]string) error
}

Expand Down

0 comments on commit 0a09c5b

Please sign in to comment.