diff --git a/src/dds_simple.h b/src/dds_simple.h index a080a14..fc3d917 100644 --- a/src/dds_simple.h +++ b/src/dds_simple.h @@ -426,7 +426,7 @@ class DDSSimpleManager : public DDSManager decltype(m_sharedLock) lck(mutex_shr); auto iter = m_subMap.find(topic_name); if (iter == m_subMap.end()) { - return std::string("Invalid Subscirber for ") + topic_name; + return std::string("Invalid Subscriber for ") + topic_name; } temp = iter->second; }