mirror of
https://github.com/monero-project/monero.git
synced 2025-08-08 17:32:19 -04:00
chore: fix some typos in comments
Signed-off-by: shenpengfeng <xinhangzhou@icloud.com>
This commit is contained in:
parent
8d6aff9590
commit
da8907974e
5 changed files with 5 additions and 5 deletions
|
@ -220,7 +220,7 @@ namespace
|
|||
static std::pair<boost::uuids::uuid, typename T::request> get_message(std::deque<received_message>& queue)
|
||||
{
|
||||
if (queue.empty())
|
||||
throw std::logic_error{"Queue has no received messges"};
|
||||
throw std::logic_error{"Queue has no received messages"};
|
||||
|
||||
if (queue.front().command != T::ID)
|
||||
throw std::logic_error{"Unexpected ID at front of message queue"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue