From d9b8691c6b137bb59ee185f69acf868a8f42b77d Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Mon, 20 Nov 2017 03:54:25 +0100 Subject: examples,plumbing,utils: typo fixes --- utils/merkletrie/noder/path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/merkletrie/noder/path.go') diff --git a/utils/merkletrie/noder/path.go b/utils/merkletrie/noder/path.go index d2e2932..e9c905c 100644 --- a/utils/merkletrie/noder/path.go +++ b/utils/merkletrie/noder/path.go @@ -8,7 +8,7 @@ import ( ) // Path values represent a noder and its ancestors. The root goes first -// and the actual final noder the path is refering to will be the last. +// and the actual final noder the path is referring to will be the last. // // A path implements the Noder interface, redirecting all the interface // calls to its final noder. -- cgit