diff options
author | ferhat elmas <elmas.ferhat@gmail.com> | 2017-11-20 03:54:25 +0100 |
---|---|---|
committer | ferhat elmas <elmas.ferhat@gmail.com> | 2017-11-20 03:55:01 +0100 |
commit | d9b8691c6b137bb59ee185f69acf868a8f42b77d (patch) | |
tree | 03d8d5ef744a9df744d7f7b42674cacf12d4da18 /plumbing/storer/reference.go | |
parent | dcec8517e203aa22f28b72e3015a4b3406d7cc62 (diff) | |
download | go-git-d9b8691c6b137bb59ee185f69acf868a8f42b77d.tar.gz |
examples,plumbing,utils: typo fixes
Diffstat (limited to 'plumbing/storer/reference.go')
-rw-r--r-- | plumbing/storer/reference.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/storer/reference.go b/plumbing/storer/reference.go index 988c784..5c21f23 100644 --- a/plumbing/storer/reference.go +++ b/plumbing/storer/reference.go @@ -121,7 +121,7 @@ func (iter *ReferenceSliceIter) Next() (*plumbing.Reference, error) { } // ForEach call the cb function for each reference contained on this iter until -// an error happends or the end of the iter is reached. If ErrStop is sent +// an error happens or the end of the iter is reached. If ErrStop is sent // the iteration is stop but no error is returned. The iterator is closed. func (iter *ReferenceSliceIter) ForEach(cb func(*plumbing.Reference) error) error { defer iter.Close() |