Merge pull request #2003 from rex4539/typos

Fix typos
This commit is contained in:
orignal
2024-01-11 13:14:20 -05:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ namespace client
boost::asio::ip::udp::endpoint LocalEndpoint;
/** client's udp endpoint */
boost::asio::ip::udp::endpoint RemoteEndpoint;
/** how long has this converstation been idle in ms */
/** how long has this conversation been idle in ms */
uint64_t idle;
};