From 03c66ad51eea2fcc2bd7f46273828b97fee202f6 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:08:20 -0500 Subject: [PATCH] spelling: unsuccessful Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/common/put_bytes/put_bytes_storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/common/put_bytes/put_bytes_storage.h b/src/fw/services/common/put_bytes/put_bytes_storage.h index 49822c43..0e433247 100644 --- a/src/fw/services/common/put_bytes/put_bytes_storage.h +++ b/src/fw/services/common/put_bytes/put_bytes_storage.h @@ -80,7 +80,7 @@ bool pb_storage_init(PutBytesStorage *storage, PutBytesObjectType object_type, //! Deinitialize and free a storage struct after a transaction is over //! @param storage a pointer-to-pointer to where the reference to the storage is currently held //! @param is_success whether the putbyte transfer succeeded or not -//! @note if putbytes is unsuccesful, the data will be deleted +//! @note if putbytes is unsuccessful, the data will be deleted void pb_storage_deinit(PutBytesStorage *storage, bool is_success); //! Some types of storage allow the state of a partial installation to be recovered (today, just