From 18c77744ff4ad0bc385a4c8b50d28c2a6fde8e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Fri, 6 Jan 2017 19:44:35 +0200 Subject: all: fix spelling errors --- eth/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eth/api.go') diff --git a/eth/api.go b/eth/api.go index f077e348c..d798c196e 100644 --- a/eth/api.go +++ b/eth/api.go @@ -435,7 +435,7 @@ func (api *PrivateDebugAPI) traceBlock(block *types.Block, logConfig *vm.LogConf return true, structLogger.StructLogs(), nil } -// callmsg is the message type used for call transations. +// callmsg is the message type used for call transitions. type callmsg struct { addr common.Address to *common.Address -- cgit v1.2.3