style(ros):fix spell mistake

This commit is contained in:
kalman 2018-12-29 16:40:03 +08:00
parent 87c3c81a93
commit e34e6e1466

View File

@ -112,7 +112,7 @@ class ROSWrapperNodelet : public nodelet::Nodelet {
return now == pre;
}
inline bool is_annormal(std::uint32_t now,
inline bool is_abnormal(std::uint32_t now,
std::uint32_t pre) {
static std::uint64_t unit =
std::numeric_limits<std::uint32_t>::max();