aboutsummaryrefslogtreecommitdiffstats
path: root/examples/remotes/main.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-12-06 23:17:16 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2016-12-06 23:18:50 +0100
commit5990aeb7198a4961a363eeb422a3faa57c8dc029 (patch)
tree67dfad381361e34b18b9afcb36142d97a29117ac /examples/remotes/main.go
parent17e3f85613b511c4134ebba5648142887a7b8812 (diff)
downloadgo-git-5990aeb7198a4961a363eeb422a3faa57c8dc029.tar.gz
revision based on goreportcard.com
Diffstat (limited to 'examples/remotes/main.go')
-rw-r--r--examples/remotes/main.go2
1 files changed, 1 insertions, 1 deletions
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