We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f47eb commit c686b0eCopy full SHA for c686b0e
nav2_util/src/node_utils.cpp
@@ -94,7 +94,7 @@ void setSoftRealTimePriority()
94
{
95
#if defined(__APPLE__) || defined(_WIN32)
96
std::string errmsg(
97
- "Set ting priority as real-time thread is currently only supported on Linux."
+ "Setting priority as real-time thread is currently only supported on Linux."
98
"Contributions welcome.");
99
throw std::runtime_error(errmsg + std::strerror(errno));
100
0 commit comments