mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Fix typos, improve consistency
Fixes typos where spelling or grammar is objectively wrong. Changes wording and capitalization in some areas to be more consistent with other areas.
This commit is contained in:
parent
4ecb06c901
commit
dabb2cc9a0
21 changed files with 68 additions and 68 deletions
|
|
@ -312,7 +312,7 @@ namespace rpcn
|
|||
*utils::bless<be_t<u32, 1>>(&ping[9]) = local_addr_sig;
|
||||
if (send_packet_from_p2p_port(ping, addr_rpcn_udp) == -1)
|
||||
{
|
||||
rpcn_log.error("Failed to send ping to rpcn!");
|
||||
rpcn_log.error("Failed to send ping to RPCN!");
|
||||
}
|
||||
last_ping_time = now;
|
||||
}
|
||||
|
|
@ -397,7 +397,7 @@ namespace rpcn
|
|||
}
|
||||
else
|
||||
{
|
||||
rpcn_log.error("Tried to forward a reply whose packet_id marks it as internal to rpcn");
|
||||
rpcn_log.error("Tried to forward a reply whose packet_id marks it as internal to RPCN");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2126,7 +2126,7 @@ namespace rpcn
|
|||
if (!fb_mdata->communicationId() || fb_mdata->communicationId()->size() == 0 || fb_mdata->communicationId()->size() > 9 ||
|
||||
!fb_mdata->subject() || !fb_mdata->body() || !fb_mdata->data())
|
||||
{
|
||||
rpcn_log.warning("Discarded invalid messaged!");
|
||||
rpcn_log.warning("Discarded invalid message!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue