Skip to content

Commit

Permalink
Fix word mixup
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Apr 18, 2018
1 parent 7e7bc95 commit a9416fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/http_plugin/http_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ namespace eosio {
"Filename with the certificate chain to present on https connections. PEM format. Required for https.")

("https-private-key-file", bpo::value<string>(),
"Filename with https private key in PEM format. Requested for https")
"Filename with https private key in PEM format. Required for https")

("access-control-allow-origin", bpo::value<string>()->notifier([this](const string& v) {
my->access_control_allow_origin = v;
Expand Down

0 comments on commit a9416fb

Please sign in to comment.