misspell fix

This commit is contained in:
Lunny Xiao 2017-01-09 09:53:27 +08:00
parent 664a52a6d7
commit ccabb48a4f
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ type User struct {
Name string
}
// LoginInfo describes a login infomation
// LoginInfo describes a login information
type LoginInfo struct {
Id int64
IP string