From b42d417bbefc77f48d946854f290ee9cb02dfe5d Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 30 Mar 2026 01:24:25 +0700 Subject: [PATCH] docs/shell: fix copy-paste typos in editor command descriptions Two adjacent commands (`edit_record_decoded`, `edit_binary_decoded`) had identical copy-pasted error messages with three typos each: "modificatiosn" -> "modifications" "us the" -> "use the" "comamdn" -> "command" Change-Id: Ie23baba4634e2cc40f81439fb11b102778aed1f6 --- docs/shell.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/shell.rst b/docs/shell.rst index 7cef71f1..0dc00bab 100644 --- a/docs/shell.rst +++ b/docs/shell.rst @@ -602,8 +602,8 @@ This allows for easy interactive modification of records. If this command fails before the editor is spawned, it means that the current record contents is not decodable, and you should use the :ref:`update_record_decoded` or :ref:`update_record` command. -If this command fails after making your modificatiosn in the editor, it means that the new file contents is not -encodable; please check your input and/or us the raw :ref:`update_record` comamdn. +If this command fails after making your modifications in the editor, it means that the new file contents is not +encodable; please check your input and/or use the raw :ref:`update_record` command. decode_hex @@ -708,8 +708,8 @@ This allows for easy interactive modification of file contents. If this command fails before the editor is spawned, it means that the current file contents is not decodable, and you should use the :ref:`update_binary_decoded` or :ref:`update_binary` command. -If this command fails after making your modificatiosn in the editor, it means that the new file contents is not -encodable; please check your input and/or us the raw :ref:`update_binary` comamdn. +If this command fails after making your modifications in the editor, it means that the new file contents is not +encodable; please check your input and/or use the raw :ref:`update_binary` command. decode_hex