Skip to content

Commit 3686c7a

Browse files
authored
Fix small typos (#3908)
Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
1 parent d8bfb84 commit 3686c7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vms/rpcchainvm/runtime/subprocess/initializer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
var _ runtime.Initializer = (*initializer)(nil)
1616

17-
// Subprocess VM Runtime intializer.
17+
// Subprocess VM Runtime initializer.
1818
type initializer struct {
1919
path string
2020

x/merkledb/trie_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ func TestVisitPathToKey(t *testing.T) {
239239
require.Equal(trie.root.Value(), nodePath[0])
240240
}
241241

242-
func Test_Trie_ViewOnCommitedView(t *testing.T) {
242+
func Test_Trie_ViewOnCommittedView(t *testing.T) {
243243
require := require.New(t)
244244

245245
dbTrie, err := getBasicDB()

0 commit comments

Comments
 (0)