1
0
Fork 0
forked from forgejo/forgejo

Fix spelling errors in comments.

This commit is contained in:
Joseph Crail 2014-12-06 20:22:48 -05:00
parent 47e7175b80
commit 39c068400e
17 changed files with 24 additions and 24 deletions

View file

@ -80,7 +80,7 @@ func SignedInUser(req *http.Request, sess session.Store) (*models.User, bool) {
return nil, false
}
// Check if enabled auto-registeration.
// Check if enabled auto-registration.
if setting.Service.EnableReverseProxyAutoRegister {
u := &models.User{
Name: webAuthUser,