diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-10-04 11:34:53 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-10-04 11:34:53 +0200 |
commit | 298a0723e8a4a38ecf0d78717f9daa1f456bb833 (patch) | |
tree | 7b8a7c96c02d01a4b09ffee3c840660a3eb11907 /src/daemon | |
parent | Merge pull request #1145 (diff) | |
parent | Noticed two spellings of the word 'response' in the codebase, one 'responce' ... (diff) | |
download | monero-298a0723e8a4a38ecf0d78717f9daa1f456bb833.tar.xz |
Merge pull request #1149
25be1d3 Noticed two spellings of the word 'response' in the codebase, one 'responce' and the other 'response'. (NanoAkron)
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/rpc_command_executor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.cpp b/src/daemon/rpc_command_executor.cpp index 67e51398c..85d8c0c4d 100644 --- a/src/daemon/rpc_command_executor.cpp +++ b/src/daemon/rpc_command_executor.cpp @@ -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 |