spelling: stabilization

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:44:12 -05:00
parent cd8520acbf
commit 88ce796b6c

View file

@ -122,7 +122,7 @@ static void battery_state_put_change_event(PreciseBatteryChargeState state) {
void battery_state_reset_filter(void) {
s_last_battery_state.voltage = battery_get_millivolts();
// Reset the stablization timer in case we encountered a current spike during the reset
// Reset the stabilization timer in case we encountered a current spike during the reset
s_last_battery_state.init_time = rtc_get_ticks();
}