From 40b41cc121bcf04af8d644e7ea6bdf40c0d81495 Mon Sep 17 00:00:00 2001 From: astaxie Date: Fri, 11 Mar 2016 12:14:18 +0800 Subject: [PATCH] fix the misspell99 --- plugins/apiauth/apiauth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apiauth/apiauth.go b/plugins/apiauth/apiauth.go index 8af08088..970367c9 100644 --- a/plugins/apiauth/apiauth.go +++ b/plugins/apiauth/apiauth.go @@ -35,7 +35,7 @@ // // beego.InsertFilter("*", beego.BeforeRouter,apiauth.APISecretAuth(getAppSecret, 360)) // -// Infomation: +// Information: // // In the request user should include these params in the query //