1
0
Fork 0
forked from forgejo/forgejo

fix some typos (#1082)

This commit is contained in:
Lunny Xiao 2017-02-28 12:56:15 +08:00 committed by GitHub
parent 4b286f282a
commit c2eef171ff
4 changed files with 6 additions and 6 deletions

View file

@ -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 {