From f2fb8c7960fa251cc4f30bc2b1065759b3ab09bf Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 23 Dec 2012 18:10:00 +0100 Subject: [PATCH] Fix typo --- apps/commander/state_machine_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/commander/state_machine_helper.c b/apps/commander/state_machine_helper.c index aa916dafa3..c4b9fbb6ae 100644 --- a/apps/commander/state_machine_helper.c +++ b/apps/commander/state_machine_helper.c @@ -611,7 +611,7 @@ uint8_t update_state_machine_mode_request(int status_pub, struct vehicle_status_ /* NEVER actually switch off HIL without reboot */ if (current_status->flag_hil_enabled && !(mode & VEHICLE_MODE_FLAG_HIL_ENABLED)) { - fprintf(stderr, "[commander] DENYING request to switch of HIL. Please power cycle (safety reasons)\n"); + fprintf(stderr, "[commander] DENYING request to switch off HIL. Please power cycle (safety reasons)\n"); ret = ERROR; }