Merge pull request #1017 from davidmc24/patch-1

Fix minor typo in remote.go
This commit is contained in:
Brad Rydzewski 2015-05-14 10:26:35 -07:00
commit 039daa2dfa

View file

@ -7,7 +7,7 @@ import (
) )
type Remote interface { type Remote interface {
// Authorize handles authentication with thrid party remote systems, // Authorize handles authentication with third party remote systems,
// such as github or bitbucket, and returns user data. // such as github or bitbucket, and returns user data.
Authorize(w http.ResponseWriter, r *http.Request) (*model.Login, error) Authorize(w http.ResponseWriter, r *http.Request) (*model.Login, error)