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

Fixed typos

This commit is contained in:
John Deng
2015-11-03 23:43:34 +08:00
parent 58ed1436cc
commit 205de8418d
3 changed files with 7 additions and 7 deletions

2
app.go
View File

@ -64,7 +64,7 @@ func (app *App) Run() {
)
endRunning := make(chan bool, 1)
if EnabelFcgi {
if EnableFcgi {
if EnableStdIo {
err = fcgi.Serve(nil, app.Handlers) // standard I/O
if err == nil {