From 1ac3b3ccc6eec4f49abae31ef87d4b0c666ba734 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:35:38 -0500 Subject: [PATCH] spelling: reopened Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/notifications/notification_storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/notifications/notification_storage.c b/src/fw/services/normal/notifications/notification_storage.c index b5a85443..0f409555 100644 --- a/src/fw/services/normal/notifications/notification_storage.c +++ b/src/fw/services/normal/notifications/notification_storage.c @@ -673,7 +673,7 @@ void notification_storage_rewrite(void (*iter_callback)(TimelineItem *notificati // Close the old file 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. pfs_close(new_fd); new_fd = prv_file_open(OP_FLAG_READ | OP_FLAG_WRITE);