From 08f9e7015aad2ca768638b446fb8632f11601899 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Thu, 19 May 2016 13:28:17 +0200 Subject: fix misspellings --- clients/ssh/git_upload_pack.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clients') diff --git a/clients/ssh/git_upload_pack.go b/clients/ssh/git_upload_pack.go index 0d824cd..3c67b2b 100644 --- a/clients/ssh/git_upload_pack.go +++ b/clients/ssh/git_upload_pack.go @@ -172,9 +172,9 @@ func (s *GitUploadPackService) Fetch(r *common.GitUploadPackRequest) (rc io.Read if err != nil { return nil, err } - // TODO: inestigate this *ExitError type (command fails or + // TODO: investigate this *ExitError type (command fails or // doesn't complete successfully), as it is happenning all - // the time, but everyting seems to work fine. + // the time, but everything seems to work fine. err = session.Wait() if err != nil { if _, ok := err.(*ssh.ExitError); !ok { -- cgit