[map] Documentation and comments

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-06-07 14:42:24 +03:00
parent 9f4b6d73ce
commit 3eb99e952c
2 changed files with 3 additions and 3 deletions

View File

@@ -532,7 +532,7 @@ private:
/**
* Whether the traffic manager accepts mode changes.
*
* Mode cannt be set after the traffic manager has been enabled for the first time.
* Mode cannot be set after the traffic manager has been enabled for the first time.
*/
bool m_canSetMode = true;
@@ -631,7 +631,7 @@ private:
* @brief Whether a poll operation is needed.
*
* Used in the worker thread. A poll operation is needed unless a subscription (or subscription
* change) operation was performed before and a feed was received a part of it.
* change) operation was performed before and a feed was received as part of it.
*/
bool m_isPollNeeded;