aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/difftree/internal/merkletrie/iter.go
diff options
context:
space:
mode:
authorMiguel Molina <hi@mvader.me>2016-12-19 18:42:41 +0100
committerSantiago M. Mola <santi@mola.io>2016-12-19 18:42:41 +0100
commit725ade0de6f60549e65cc4d94094b1f5ed48587f (patch)
tree5462c11e031a2a14ab9bb69f0b05250e76c4be18 /plumbing/difftree/internal/merkletrie/iter.go
parente42e10f112ec93fbca3d972dffa9566b94a0f6f8 (diff)
downloadgo-git-725ade0de6f60549e65cc4d94094b1f5ed48587f.tar.gz
fix typo in docs for plumbing/difftree/internal/merkletrie/iter.go (#192)
Diffstat (limited to 'plumbing/difftree/internal/merkletrie/iter.go')
-rw-r--r--plumbing/difftree/internal/merkletrie/iter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/difftree/internal/merkletrie/iter.go b/plumbing/difftree/internal/merkletrie/iter.go
index e175966..417dbb3 100644
--- a/plumbing/difftree/internal/merkletrie/iter.go
+++ b/plumbing/difftree/internal/merkletrie/iter.go
@@ -138,7 +138,7 @@ func (iter *Iter) current() (Noder, bool) {
}
// removes the current node and all the frames that become empty as a
-// consecuence of this action. It returns true if something was dropped,
+// consequence of this action. It returns true if something was dropped,
// and false if there were no more nodes in the iterator.
func (iter *Iter) drop() bool {
frame, ok := iter.top()