From f83cde7760425bead76aee9dc4ed61f06269747f Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Mon, 8 Apr 2024 14:24:41 +1000 Subject: [PATCH] GCS_MAVLink: correct spelling of dereferecing --- libraries/GCS_MAVLink/GCS_Common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/GCS_MAVLink/GCS_Common.cpp b/libraries/GCS_MAVLink/GCS_Common.cpp index a473626b0b..fe29ac468e 100644 --- a/libraries/GCS_MAVLink/GCS_Common.cpp +++ b/libraries/GCS_MAVLink/GCS_Common.cpp @@ -3230,7 +3230,7 @@ MAV_RESULT GCS_MAVLINK::handle_preflight_reboot(const mavlink_command_int_t &pac } if (is_equal(packet.param4, 94.0f)) { // the following text is unlikely to make it out... - send_text(MAV_SEVERITY_WARNING,"deferencing a bad thing"); + send_text(MAV_SEVERITY_WARNING,"dereferencing a bad thing"); #if CONFIG_HAL_BOARD != HAL_BOARD_ESP32 // esp32 can't do this bit, skip it, return an error