From 5990aeb7198a4961a363eeb422a3faa57c8dc029 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Tue, 6 Dec 2016 23:17:16 +0100 Subject: revision based on goreportcard.com --- examples/remotes/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/remotes') diff --git a/examples/remotes/main.go b/examples/remotes/main.go index 3ccecd7..976c56d 100644 --- a/examples/remotes/main.go +++ b/examples/remotes/main.go @@ -47,7 +47,7 @@ func main() { refs, _ := r.Refs() refs.ForEach(func(ref *plumbing.Reference) error { - // The HEAD is ommitted in a `git show-ref` so we ignore the symbolic + // The HEAD is omitted in a `git show-ref` so we ignore the symbolic // references, the HEAD if ref.Type() == plumbing.SymbolicReference { return nil -- cgit