mirror of
https://github.com/google/pebble.git
synced 2026-02-20 12:06:51 -05:00
spelling: reopened
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -673,7 +673,7 @@ void notification_storage_rewrite(void (*iter_callback)(TimelineItem *notificati
|
|||||||
// Close the old file
|
// Close the old file
|
||||||
prv_file_close(fd);
|
prv_file_close(fd);
|
||||||
|
|
||||||
// We have to close and reopend the new file pointed to by the file descriptor, so
|
// We have to close and reopened the new file pointed to by the file descriptor, so
|
||||||
// that it's temp flag is cleared.
|
// that it's temp flag is cleared.
|
||||||
pfs_close(new_fd);
|
pfs_close(new_fd);
|
||||||
new_fd = prv_file_open(OP_FLAG_READ | OP_FLAG_WRITE);
|
new_fd = prv_file_open(OP_FLAG_READ | OP_FLAG_WRITE);
|
||||||
|
|||||||
Reference in New Issue
Block a user