From a2e8bce4a955fd1d6b4102db79c21751953d9602 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:27:01 -0500 Subject: [PATCH] spelling: differently Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/apps/prf_apps/mfg_btle_app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)