Fix minor typo in remote.go

This commit is contained in:
David M. Carr 2015-05-14 11:49:55 -04:00
parent f7eeeff64f
commit 41a47bcb73

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)