From da3fe297118fc93a421c740eea3391066f93822d Mon Sep 17 00:00:00 2001 From: Matt Witherspoon <32485495+spoonincode@users.noreply.github.com> Date: Sat, 9 Feb 2019 17:13:10 -0500 Subject: [PATCH] Spell fix --- plugins/producer_plugin/producer_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/producer_plugin/producer_plugin.cpp b/plugins/producer_plugin/producer_plugin.cpp index 182b3f77faf..8f5cb9596c4 100644 --- a/plugins/producer_plugin/producer_plugin.cpp +++ b/plugins/producer_plugin/producer_plugin.cpp @@ -538,7 +538,7 @@ void producer_plugin::set_program_options( " KEY: \tis a string form of a valid EOSIO private key which maps to the provided public key\n\n" " KEOSD: \tis the URL where keosd is available and the approptiate wallet(s) are unlocked") ("keosd-provider-timeout", boost::program_options::value()->default_value(5), - "Limits the maximum time (in milliseconds) that is allowd for sending blocks to a keosd provider for signing") + "Limits the maximum time (in milliseconds) that is allowed for sending blocks to a keosd provider for signing") ("greylist-account", boost::program_options::value>()->composing()->multitoken(), "account that can not access to extended CPU/NET virtual resources") ("produce-time-offset-us", boost::program_options::value()->default_value(0),