aboutsummaryrefslogtreecommitdiffstats
path: root/utils/merkletrie/iter_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/merkletrie/iter_test.go')
-rw-r--r--utils/merkletrie/iter_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/merkletrie/iter_test.go b/utils/merkletrie/iter_test.go
index b334cf1..3b24043 100644
--- a/utils/merkletrie/iter_test.go
+++ b/utils/merkletrie/iter_test.go
@@ -95,7 +95,7 @@ func (t test) run(c *C, iter *merkletrie.Iter,
}
// A testsCollection value represents a tree and a collection of tests
-// we want to perfrom on iterators of that tree.
+// we want to perform on iterators of that tree.
//
// Example:
//