spelling: succeeds

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:46:57 -05:00
parent 836341f13b
commit 9bf2e4c8dc

View file

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