fix typos in vm description comment (#8446)

This commit is contained in:
Ayrat Badykov 2018-04-24 15:25:27 +03:00 committed by Niklas Adolfsson
parent 7a28f72abc
commit baeda93474
1 changed files with 1 additions and 1 deletions

View File

@ -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.