From 1a4c9b0745a4ecfa517a3e8335edd837d49d0d5a Mon Sep 17 00:00:00 2001 From: flowed Date: Sat, 21 Dec 2019 15:36:17 +0000 Subject: Fix Typos --- internal/git/proto.go | 2 +- internal/git/safecmd.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/git') diff --git a/internal/git/proto.go b/internal/git/proto.go index dce5408f8..d8d6a5f96 100644 --- a/internal/git/proto.go +++ b/internal/git/proto.go @@ -158,7 +158,7 @@ func SupportsDeltaIslands(versionStr string) (bool, error) { // NoMissingWantErrMessage checks if the git version is before Git 2.22, // in which versions the missing objects in the wants didn't yield an explicit -// error message, but no ouput at all. +// error message, but no output at all. func NoMissingWantErrMessage() bool { ver, err := Version() if err != nil { diff --git a/internal/git/safecmd.go b/internal/git/safecmd.go index da1fa6197..bb98cf7c9 100644 --- a/internal/git/safecmd.go +++ b/internal/git/safecmd.go @@ -227,7 +227,7 @@ func SafeStdinCmd(ctx context.Context, repo repository.GitRepo, globals []Option } // SafeCmdWithoutRepo works like Command but without a git repository. It -// validates the arugments in the command before executing. +// validates the arguments in the command before executing. func SafeCmdWithoutRepo(ctx context.Context, globals []Option, sc SubCmd) (*command.Command, error) { args, err := combineArgs(globals, sc) if err != nil { -- cgit v1.2.3