From 306901c64460416dccc313d48251e8427f7b3513 Mon Sep 17 00:00:00 2001 From: Dan Kalowsky Date: Mon, 21 Feb 2022 13:37:51 -0800 Subject: [PATCH] doc/releases: release-notes-3.0: fix typos Fix some typos in the release note additions. Signed-off-by: Dan Kalowsky --- doc/releases/release-notes-3.0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/releases/release-notes-3.0.rst b/doc/releases/release-notes-3.0.rst index 2fffa56d130..ebd85bacfbd 100644 --- a/doc/releases/release-notes-3.0.rst +++ b/doc/releases/release-notes-3.0.rst @@ -692,8 +692,8 @@ MCUboot * Fixed support for single application slot with serial recovery. * Added various hooks to be able to change how image data is accessed, see ``CONFIG_BOOT_IMAGE_ACCESS_HOOKS``. -* Added custom commands support in serila recovery (PERUSER_MGMT_GROUP): storage - erase ``CONFIG_BOOT_MGMT_CUSTOM_STORAGE_ERASE``, custo image status +* Added custom commands support in serial recovery (PERUSER_MGMT_GROUP): storage + erase ``CONFIG_BOOT_MGMT_CUSTOM_STORAGE_ERASE``, custom image status ``CONFIG_BOOT_MGMT_CUSTOM_IMG_LIST``. * Added support for direct image upload, see ``CONFIG_MCUBOOT_SERIAL_DIRECT_IMAGE_UPLOAD`` in serial recovery.