From da252519182bc2cde6369371322b24b077f18a5c Mon Sep 17 00:00:00 2001 From: Christophe De Wagter Date: Thu, 20 Aug 2015 17:37:20 +0200 Subject: [PATCH] [typo] --- sw/airborne/subsystems/datalink/downlink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/airborne/subsystems/datalink/downlink.h b/sw/airborne/subsystems/datalink/downlink.h index 3444c401fa..333ecb6dfc 100644 --- a/sw/airborne/subsystems/datalink/downlink.h +++ b/sw/airborne/subsystems/datalink/downlink.h @@ -85,7 +85,7 @@ /** Downlink structure */ struct downlink { - uint8_t nb_ovrn; ///< Counter of messages not sent because of unavailibity of the output buffer + uint8_t nb_ovrn; ///< Counter of messages not sent because of unavailability of the output buffer uint16_t nb_bytes; ///< Number of bytes send over telemetry uint16_t nb_msgs; ///< Number of messages send over telemetry };