summaryrefslogtreecommitdiffstats
path: root/models/login_source.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2017-02-28 12:56:15 +0800
committerGitHub <noreply@github.com>2017-02-28 12:56:15 +0800
commitc2eef171ff98d0ead2477296b7ae4e05b602da88 (patch)
treeb65b46858b3763dfefc4771e69b84d40b772fec2 /models/login_source.go
parent4b286f282a38d55b2271c43db80d3ac938746c79 (diff)
downloadgitea-c2eef171ff98d0ead2477296b7ae4e05b602da88.tar.gz
gitea-c2eef171ff98d0ead2477296b7ae4e05b602da88.zip
fix some typos (#1082)
Diffstat (limited to 'models/login_source.go')
-rw-r--r--models/login_source.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/login_source.go b/models/login_source.go
index ffae6bfaf2..401bbf6714 100644
--- a/models/login_source.go
+++ b/models/login_source.go
@@ -715,7 +715,7 @@ func GetActiveOAuth2LoginSourceByName(name string) (*LoginSource, error) {
// key is used as technical name (like in the callbackURL)
// values to display
func GetActiveOAuth2Providers() (map[string]OAuth2Provider, error) {
- // Maybe also seperate used and unused providers so we can force the registration of only 1 active provider for each type
+ // Maybe also separate used and unused providers so we can force the registration of only 1 active provider for each type
loginSources, err := GetActiveOAuth2ProviderLoginSources()
if err != nil {