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