mirror of
https://github.com/google/pebble.git
synced 2025-07-07 07:36:19 +00:00
spelling: version
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c1e8ef32bd
commit
0098e27ba5
3 changed files with 4 additions and 4 deletions
|
@ -310,7 +310,7 @@ static SettingsFile *prv_settings_migrate(SettingsFile *file, uint16_t *written_
|
|||
return file;
|
||||
}
|
||||
|
||||
PBL_LOG(LOG_LEVEL_INFO, "Performing settings file migration from verison %"PRIu16"", version);
|
||||
PBL_LOG(LOG_LEVEL_INFO, "Performing settings file migration from version %"PRIu16"", version);
|
||||
|
||||
// Perform migration
|
||||
if (version == 1) {
|
||||
|
@ -322,7 +322,7 @@ static SettingsFile *prv_settings_migrate(SettingsFile *file, uint16_t *written_
|
|||
}
|
||||
} else {
|
||||
// If the version is totally unexpected, remove the file and create a new one
|
||||
PBL_LOG(LOG_LEVEL_ERROR, "Unknown settings file verison %"PRIu16"", version);
|
||||
PBL_LOG(LOG_LEVEL_ERROR, "Unknown settings file version %"PRIu16"", version);
|
||||
}
|
||||
|
||||
if (result != S_SUCCESS) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue