From 7594b4c878dc4e3e4b5bbc3802b6d15d2936ce6f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:50:12 -0500 Subject: [PATCH] spelling: today Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/apps/system_apps/health/health_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/apps/system_apps/health/health_data.h b/src/fw/apps/system_apps/health/health_data.h index 299cf3dd..aaa06845 100644 --- a/src/fw/apps/system_apps/health/health_data.h +++ b/src/fw/apps/system_apps/health/health_data.h @@ -60,7 +60,7 @@ void health_data_update_step_derived_metrics(HealthData *health_data); //! Update the number of steps the user has taken today //! @param health_data A pointer to the health data to use -//! @param new_steps the new value of the steps for toaday +//! @param new_steps the new value of the steps for today void health_data_update_steps(HealthData *health_data, uint32_t new_steps); //! Update the number of seconds the user has slept today