1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-11 20:10:40 +00:00

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

@ -138,7 +138,7 @@ func Register(name string, m Migrationer) error {
return nil
}
// Upgrade upgrate the migration from lasttime
// Upgrade upgrade the migration from lasttime
func Upgrade(lasttime int64) error {
sm := sortMap(migrationMap)
i := 0