From baeda9347471760d52be9a6b08444196f01f9bea Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Tue, 24 Apr 2018 15:25:27 +0300 Subject: [PATCH] fix typos in vm description comment (#8446) --- json/src/vm/vm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/src/vm/vm.rs b/json/src/vm/vm.rs index c7e33b609a7..8cc01e3bac2 100644 --- a/json/src/vm/vm.rs +++ b/json/src/vm/vm.rs @@ -22,7 +22,7 @@ use hash::H256; use blockchain::State; use vm::{Transaction, Call, Env}; -/// Reporesents vm execution environment before and after exeuction of transaction. +/// Represents vm execution environment before and after execution of transaction. #[derive(Debug, PartialEq, Deserialize)] pub struct Vm { /// Contract calls made internaly by executed transaction.