Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
KEP-540: Fixed the spelling mistake (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnistuk committed Aug 16, 2018
1 parent 6d2cfae commit 5348694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarm/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ print_banner(const bzn::options& options, double eth_balance)
<< " On port: " << options.get_listener().port() << "\n"
<< " HTTP port: " << options.get_http_port() << "\n"
<< " Token Balance: " << eth_balance << " ETH" << "\n"
<< " Maximimum Storage: " << options.get_max_storage() << " Bytes" << "\n"
<< " Maximum Storage: " << options.get_max_storage() << " Bytes" << "\n"
<< " Used Storage: " << get_state_file_size(options) << " Bytes" << "\n"
<< '\n';

Expand Down

0 comments on commit 5348694

Please sign in to comment.