Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Ayers committed Feb 29, 2024
1 parent ed9fe90 commit df15500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dds_simple.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit df15500

Please sign in to comment.