From 9a28b928adbda3d874e3c75f73be76c82301b343 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:55:54 -0500 Subject: [PATCH] spelling: false Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/alarms/alarm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/alarms/alarm.h b/src/fw/services/normal/alarms/alarm.h index dc709cfb..2e5476f6 100644 --- a/src/fw/services/normal/alarms/alarm.h +++ b/src/fw/services/normal/alarms/alarm.h @@ -102,7 +102,7 @@ void alarm_set_enabled(AlarmId id, bool enable); void alarm_delete(AlarmId id); //! @param id The alarm that is being queried -//! @return True if the alarm exists and is not disabled, Flase otherwise +//! @return True if the alarm exists and is not disabled, False otherwise bool alarm_get_enabled(AlarmId id); //! @param id The alarm that should be deleted