From cbbaeba03c0ba3c84b60f3442f5f19c503854bce Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:42:30 -0500 Subject: [PATCH] spelling: similarly Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/settings/settings_file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/settings/settings_file.h b/src/fw/services/normal/settings/settings_file.h index c7d9cea5..c5075358 100644 --- a/src/fw/services/normal/settings/settings_file.h +++ b/src/fw/services/normal/settings/settings_file.h @@ -28,7 +28,7 @@ #define DELETED_LIFETIME (0 * SECONDS_PER_DAY) //! A SettingsFile is just a simple binary key-value store. Keys can be strings, -//! uint32_ts, or arbitrary bytes. Values are similarilly flexible. All +//! uint32_ts, or arbitrary bytes. Values are similarly flexible. All //! operations are atomic, so a reboot in the middle of changing the value for a //! key will always either complete, returning the new value upon reboot, or //! will just return the old value.