From 54677cd223f00ea99c0a5f05dfabe798f0dd8fc2 Mon Sep 17 00:00:00 2001 From: Stefan Date: Sun, 10 Jan 2016 11:48:10 +0100 Subject: [PATCH] Update messages.cpp spelling mistakes --- src/drivers/hott/messages.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/hott/messages.cpp b/src/drivers/hott/messages.cpp index db225a2b98..1150fd0722 100644 --- a/src/drivers/hott/messages.cpp +++ b/src/drivers/hott/messages.cpp @@ -291,7 +291,7 @@ build_gps_response(uint8_t *buffer, size_t *size) msg.altitude_L = (uint8_t)alt & 0xff; msg.altitude_H = (uint8_t)(alt >> 8) & 0xff; - /* Get any (and probably only ever one) _home_sub postion report */ + /* Get any (and probably only ever one) _home_sub position report */ bool updated; orb_check(_home_sub, &updated);