mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -04:00
spelling: succeeds
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
836341f13b
commit
9bf2e4c8dc
1 changed files with 2 additions and 2 deletions
|
@ -256,7 +256,7 @@ status_t settings_file_rewrite_filtered(
|
|||
settings_file_close(file);
|
||||
// We have to close and reopen the new_file so that it's temp flag is cleared.
|
||||
// Before the close succeeds, if we reboot, we will just end up reading the
|
||||
// old file. After the close suceeds, we will end up reading the new
|
||||
// old file. After the close succeeds, we will end up reading the new
|
||||
// (compacted) file.
|
||||
char *name = kernel_strdup(new_file.name);
|
||||
settings_file_close(&new_file);
|
||||
|
@ -579,7 +579,7 @@ status_t settings_file_rewrite(SettingsFile *file,
|
|||
settings_file_close(file);
|
||||
// We have to close and reopen the new_file so that it's temp flag is cleared.
|
||||
// Before the close succeeds, if we reboot, we will just end up reading the
|
||||
// old file. After the close suceeds, we will end up reading the new
|
||||
// old file. After the close succeeds, we will end up reading the new
|
||||
// (compacted) file.
|
||||
char *name = kernel_strdup(new_file.name);
|
||||
settings_file_close(&new_file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue