From fdc40c6e40f036da7826616a31e993814cf9efc2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:58:54 -0500 Subject: [PATCH] spelling: implementation Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/resource/resource_storage_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/resource/resource_storage_impl.h b/src/fw/resource/resource_storage_impl.h index 60706d16..8dc2306c 100644 --- a/src/fw/resource/resource_storage_impl.h +++ b/src/fw/resource/resource_storage_impl.h @@ -23,7 +23,7 @@ //! @file resource_storage_impl.h //! -//! Shared functionality that all the different ResourceStoreImplemention's need. +//! Shared functionality that all the different ResourceStoreImplementation's need. // TODO PBL-21382: Abstract these details out of the resource storage implementation.