From b424cf96d87db22e62758ace03e56e4b969df044 Mon Sep 17 00:00:00 2001 From: Andrei Popescu Date: Mon, 29 Jun 2020 16:24:27 +0300 Subject: [PATCH] dposv3/storage.go: Grammar dposv3/storage.go: Grammar --- builtin/plugins/dposv3/storage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/plugins/dposv3/storage.go b/builtin/plugins/dposv3/storage.go index 3fe7ac2767..664bfa962d 100644 --- a/builtin/plugins/dposv3/storage.go +++ b/builtin/plugins/dposv3/storage.go @@ -97,7 +97,7 @@ func GetDelegation(ctx contract.StaticContext, index uint64, validator types.Add return &delegation, nil } -// Iterates over non-rewards delegaton indices to find the next available slot +// Iterates over non-rewards delegation indices to find the next available slot // for a new delegation entry func GetNextDelegationIndex(ctx contract.StaticContext, validator types.Address, delegator types.Address) (uint64, error) { var index uint64 = DELEGATION_START_INDEX