From 0a909d7a502e57aa69d76227ee8c27049354762f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:48:35 -0500 Subject: [PATCH] spelling: synchronization 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 c5075358..66b79223 100644 --- a/src/fw/services/normal/settings/settings_file.h +++ b/src/fw/services/normal/settings/settings_file.h @@ -32,7 +32,7 @@ //! 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. -//! It also supports bidirectional syncronization between the phone & watch, +//! It also supports bidirectional synchronization between the phone & watch, //! using timestamps to resolve conflicts. //! Note that although all operations are atomic, they are not thread-safe. If //! you will be accessing a SettingsFile from multiple threads, make sure you