mirror of
https://github.com/monero-project/monero.git
synced 2025-05-05 00:24:58 -04:00
Noticed two spellings of the word 'response' in the codebase, one 'responce' and the other 'response'.
Fixed to the standard spelling 'response'. This may fix some functionality - some calls had mixed spellings.
This commit is contained in:
parent
e01a9ea507
commit
25be1d3ed4
4 changed files with 28 additions and 28 deletions
|
@ -57,7 +57,7 @@ namespace {
|
|||
tools::msg_writer() << boost::format("%-10s %-25s %-25s %s") % prefix % id_str % addr_str % elapsed;
|
||||
}
|
||||
|
||||
void print_block_header(cryptonote::block_header_responce const & header)
|
||||
void print_block_header(cryptonote::block_header_response const & header)
|
||||
{
|
||||
tools::success_msg_writer()
|
||||
<< "timestamp: " << boost::lexical_cast<std::string>(header.timestamp) << std::endl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue