spelling: synchronizing

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:48:41 -05:00
parent 0a909d7a50
commit 979061a875

View file

@ -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