misc: fix typos

This commit is contained in:
hzlinqien
2017-10-17 17:27:03 +08:00
parent b55e20ac60
commit b91263a254
6 changed files with 11 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ func (mc *_modelCache) all() map[string]*modelInfo {
return m
}
// get orderd model info
// get ordered model info
func (mc *_modelCache) allOrdered() []*modelInfo {
m := make([]*modelInfo, 0, len(mc.orders))
for _, table := range mc.orders {