Fix a spelling typo, 'lonin to 'login''

This commit is contained in:
Kurt Zhong 2014-11-27 09:02:58 +08:00
parent 0f0a217752
commit ad366a3bb1
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ func (u *UserController) Delete() {
// @Description Logs user into the system
// @Param username query string true "The username for login"
// @Param password query string true "The password for login"
// @Success 200 {string} lonin success
// @Success 200 {string} login success
// @Failure 403 user not exist
// @router /login [get]
func (u *UserController) Login() {