aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/difftree/internal
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/difftree/internal')
-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()