diff --git a/clever/src/simple_offboard.cpp b/clever/src/simple_offboard.cpp index a0042a84..acd0ffed 100644 --- a/clever/src/simple_offboard.cpp +++ b/clever/src/simple_offboard.cpp @@ -123,7 +123,7 @@ TwistStamped velocity; NavSatFix global_position; BatteryState battery; -// Common subcriber callback template that stores message to the variable +// Common subscriber callback template that stores message to the variable template void handleMessage(const T& msg) {