changed misspelled english words (#6432)

This commit is contained in:
T.K
2019-03-19 22:32:45 +09:00
committed by Jeff Mitchell
parent b69038248f
commit 4bcf0ec963
31 changed files with 49 additions and 49 deletions

View File

@@ -77,7 +77,7 @@ func TestMySQL_Initialize(t *testing.T) {
}
if !db.Initialized {
t.Fatal("Database should be initalized")
t.Fatal("Database should be initialized")
}
err = db.Close()
@@ -227,7 +227,7 @@ func TestMySQL_RotateRootCredentials(t *testing.T) {
}
if !db.Initialized {
t.Fatal("Database should be initalized")
t.Fatal("Database should be initialized")
}
newConf, err := db.RotateRootCredentials(context.Background(), nil)