diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-05-16 10:31:54 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-05-16 10:31:54 +0800 |
commit | 57ad8d50b74672924a44ab314071f1fdfcf042f3 (patch) | |
tree | 629a18a8c7e4bd8b0ff8a10b0368e5593e684967 /models/user.go | |
parent | f6c94c29d5facfcd31966510336eb14b79819f50 (diff) | |
parent | 4744996f9a68ef0de8bc87b3c22c0bde9a305847 (diff) |
Merge branch 'dev' of github.com:gogits/gogs into dev
Diffstat (limited to 'models/user.go')
-rw-r--r-- | models/user.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/user.go b/models/user.go index c5c474ee..dd049850 100644 --- a/models/user.go +++ b/models/user.go @@ -34,7 +34,7 @@ var ( ErrUserNameIllegal = errors.New("User name contains illegal characters") ErrLoginSourceNotExist = errors.New("Login source does not exist") ErrLoginSourceNotActived = errors.New("Login source is not actived") - ErrUnsupportedLoginType = errors.New("Login source is unknow") + ErrUnsupportedLoginType = errors.New("Login source is unknown") ) // User represents the object of individual and member of organization. |