diff --git a/src/fw/apps/prf_apps/mfg_btle_app.c b/src/fw/apps/prf_apps/mfg_btle_app.c index 290a44e6..8ed7967a 100644 --- a/src/fw/apps/prf_apps/mfg_btle_app.c +++ b/src/fw/apps/prf_apps/mfg_btle_app.c @@ -459,7 +459,7 @@ static void prv_status_window_init(AppData *data) { //-------------------------------------------------------------------------------- // TX/RX Menus & Windows //-------------------------------------------------------------------------------- -// The same menu layer is reused for TX / RX, we just handle it differentely +// The same menu layer is reused for TX / RX, we just handle it differently // based on whether we are currently executing a TX or RX test. #define TX_MENU_NUM_PAYLOAD_ROWS (2)