mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: convenience
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c54407bb82
commit
82c69d2f5d
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ status_t health_db_insert(const uint8_t *key, int key_len, const uint8_t *val, i
|
||||||
// Only store typicals / averages in this settings file. "Current" values are stored in the
|
// Only store typicals / averages in this settings file. "Current" values are stored in the
|
||||||
// activity settings file.
|
// activity settings file.
|
||||||
// Sleep data contains a mix of current and typical values. The current values are just stored
|
// Sleep data contains a mix of current and typical values. The current values are just stored
|
||||||
// for convience and can't be accessed from this settings file.
|
// for convenience and can't be accessed from this settings file.
|
||||||
status_t rv = S_SUCCESS;
|
status_t rv = S_SUCCESS;
|
||||||
if (!strstr((char *)key, MOVEMENT_DATA_KEY_SUFFIX)) {
|
if (!strstr((char *)key, MOVEMENT_DATA_KEY_SUFFIX)) {
|
||||||
SettingsFile file;
|
SettingsFile file;
|
||||||
|
|
Loading…
Add table
Reference in a new issue