Fix typos (#133)

* Fix typos

* revert chains/unit_testnet

* revert chains

* fix review comments (thx @AlexVanin)
This commit is contained in:
Evgeniy Kulikov 2019-02-13 21:01:10 +03:00 committed by decentralisedkev
parent 845d719698
commit 67cbcac643
25 changed files with 40 additions and 40 deletions

View file

@ -19,7 +19,7 @@ import (
// command describes a VM command.
type command struct {
// number of minimun arguments the command needs.
// number of minimum arguments the command needs.
args int
// description of the command.
usage string