Fix minor typos

This commit is contained in:
pbarry25
2023-08-21 19:55:22 -05:00
parent 513116e672
commit 0b018edfe5
7 changed files with 11 additions and 11 deletions

View File

@@ -561,7 +561,7 @@ impl Network {
network_result_value_or_log!(ph.clone()
.send_message(data.clone(), peer_socket_addr)
.await
.wrap_err("sending data to existing conection")? => [ format!(": data.len={}, descriptor={:?}", data.len(), descriptor) ]
.wrap_err("sending data to existing connection")? => [ format!(": data.len={}, descriptor={:?}", data.len(), descriptor) ]
{ return Ok(Some(data)); } );
// Network accounting