From 979061a8755637330e09d3ce9fc043b90f634b30 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:48:41 -0500 Subject: [PATCH] spelling: synchronizing 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 66b79223..284024d1 100644 --- a/src/fw/services/normal/settings/settings_file.h +++ b/src/fw/services/normal/settings/settings_file.h @@ -21,7 +21,7 @@ // Deleted records have their key stick around for at least DELETED_LIFETIME // before they can be garbage collected from the file in which they are // contained, that way they have time to propagate to all devices we end up -// syncronizing with. For more information, refer to the sync protocol proposal: +// synchronizing with. For more information, refer to the sync protocol proposal: // https://pebbletechnology.atlassian.net/wiki/pages/viewpage.action?pageId=26837564 // // FIXME: See PBL-18945