1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-03 13:20:19 +00:00

Fixed some typos

This commit is contained in:
vadimi
2013-12-04 22:27:29 -05:00
parent 9f3058caad
commit 12a37f71be
2 changed files with 4 additions and 4 deletions

2
app.go
View File

@ -30,7 +30,7 @@ func (app *App) Run() {
addr = fmt.Sprintf("%s:%d", HttpAddr, HttpPort)
}
BeeLogger.Info("Runing on %s", addr)
BeeLogger.Info("Running on %s", addr)
var (
err error