mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Merge pull request #297 from evgeni/master
fix "recieve" typo in various places
This commit is contained in:
@@ -197,7 +197,7 @@ union code_converter {
|
||||
*
|
||||
* If the value is in an invalid or reserved range ec is set accordingly.
|
||||
*
|
||||
* @param [in] payload Close frame payload value recieved over the wire.
|
||||
* @param [in] payload Close frame payload value received over the wire.
|
||||
* @param [out] ec Set to indicate what error occurred, if any.
|
||||
* @return The extracted value
|
||||
*/
|
||||
|
||||
@@ -624,7 +624,7 @@ void connection<config>::handle_transport_init(lib::error_code const & ec) {
|
||||
|
||||
if (ec) {
|
||||
std::stringstream s;
|
||||
s << "handle_transport_init recieved error: "<< ec.message();
|
||||
s << "handle_transport_init received error: "<< ec.message();
|
||||
m_elog.write(log::elevel::fatal,s.str());
|
||||
|
||||
this->terminate(ec);
|
||||
|
||||
Reference in New Issue
Block a user