From 436fabeb0a40e84b76c24a7114521e918b6466c5 Mon Sep 17 00:00:00 2001 From: Eden Uhde Date: Tue, 10 Jun 2025 02:42:39 +0100 Subject: [PATCH] =?UTF-8?q?doc:=20build:=20signing:=20Correct=20typo=20?= =?UTF-8?q?=E2=80=93=20'singing'=20to=20'signing'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixing a typo in two places Signed-off-by: Eden Uhde --- doc/build/signing/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build/signing/index.rst b/doc/build/signing/index.rst index 03cd5fedc67..0870add5768 100644 --- a/doc/build/signing/index.rst +++ b/doc/build/signing/index.rst @@ -29,7 +29,7 @@ from the :file:`zephyrproject` workspace you created in the :ref:`getting_starte Notes on the above commands: - ``YOUR_BOARD`` should be changed to match your board -- The singing key value is the insecure default provided and used by MCUboot for development +- The signing key value is the insecure default provided and used by MCUboot for development and testing - You can change the ``hello_world`` application directory to any other application that can be loaded by MCUboot, such as the :zephyr:code-sample:`smp-svr` sample. @@ -37,7 +37,7 @@ Notes on the above commands: For more information on these and other related configuration options, see: - ``SB_CONFIG_BOOTLOADER_MCUBOOT``: build the application for loading by MCUboot -- ``SB_CONFIG_BOOT_SIGNATURE_KEY_FILE``: the key file to use when singing images. If you have +- ``SB_CONFIG_BOOT_SIGNATURE_KEY_FILE``: the key file to use when signing images. If you have your own key, change this appropriately - :kconfig:option:`CONFIG_MCUBOOT_EXTRA_IMGTOOL_ARGS`: optional additional command line arguments for ``imgtool``