typo fixed

52083de720

https://github.com/astaxie/beego/pull/1567
This commit is contained in:
JessonChan 2016-01-15 14:30:17 +08:00
parent 8eefbdc844
commit 19c9f8923f
1 changed files with 1 additions and 1 deletions

2
fix.go
View File

@ -80,7 +80,7 @@ var rules = []string{
"beego.StaticExtensionsToGzip", "beego.BConfig.WebConfig.StaticExtensionsToGzip",
"beego.DirectoryIndex", "beego.BConfig.WebConfig.DirectoryIndex",
"beego.FlashName", "beego.BConfig.WebConfig.FlashName",
"beego.FlashSeperator", "beego.BConfig.WebConfig.FlashSeperator",
"beego.FlashSeperator", "beego.BConfig.WebConfig.FlashSeparator",
"beego.EnableDocs", "beego.BConfig.WebConfig.EnableDocs",
"beego.XSRFKEY", "beego.BConfig.WebConfig.XSRFKEY",
"beego.EnableXSRF", "beego.BConfig.WebConfig.EnableXSRF",