From 41a47bcb73f3b2c6bdb31e89a9ddf8fda13758b5 Mon Sep 17 00:00:00 2001 From: "David M. Carr" Date: Thu, 14 May 2015 11:49:55 -0400 Subject: [PATCH] Fix minor typo in remote.go --- plugin/remote/remote.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/remote/remote.go b/plugin/remote/remote.go index 862e8c15d..dd6c5acaa 100644 --- a/plugin/remote/remote.go +++ b/plugin/remote/remote.go @@ -7,7 +7,7 @@ import ( ) 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. Authorize(w http.ResponseWriter, r *http.Request) (*model.Login, error)