From 0303e645b7876cb2282cc15c4d13ae7a8535b1b6 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 2 Jul 2019 01:26:07 +0300 Subject: [PATCH] Fix typo --- clever/src/simple_offboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {