diff --git a/executor/autoidtest/autoid_test.go b/executor/autoidtest/autoid_test.go index 63a360260bf2b..4094ab525b2f9 100644 --- a/executor/autoidtest/autoid_test.go +++ b/executor/autoidtest/autoid_test.go @@ -751,7 +751,7 @@ func TestMockAutoIDServiceError(t *testing.T) { } func TestIssue39528(t *testing.T) { - // When AUTO_ID_CACHE is 1, it should not affect row id setting when autoid and rowid are seperated. + // When AUTO_ID_CACHE is 1, it should not affect row id setting when autoid and rowid are separated. store := testkit.CreateMockStore(t) tk := testkit.NewTestKit(t, store) tk.MustExec("use test;")