Skip to content

Commit c686b0e

Browse files
committed
typo
1 parent b4f47eb commit c686b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav2_util/src/node_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void setSoftRealTimePriority()
9494
{
9595
#if defined(__APPLE__) || defined(_WIN32)
9696
std::string errmsg(
97-
"Set ting priority as real-time thread is currently only supported on Linux."
97+
"Setting priority as real-time thread is currently only supported on Linux."
9898
"Contributions welcome.");
9999
throw std::runtime_error(errmsg + std::strerror(errno));
100100

0 commit comments

Comments
 (0)