chore: fix some typos in comments

Signed-off-by: shenpengfeng <xinhangzhou@icloud.com>
This commit is contained in:
shenpengfeng 2025-02-28 00:40:29 +08:00
parent 8d6aff9590
commit da8907974e
5 changed files with 5 additions and 5 deletions

View file

@ -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"};