laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/42539?usp=email )
Change subject: docs/shell: fix copy-paste typos in editor command descriptions ......................................................................
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 --- M docs/shell.rst 1 file changed, 4 insertions(+), 4 deletions(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/docs/shell.rst b/docs/shell.rst index 7cef71f..0dc00ba 100644 --- a/docs/shell.rst +++ b/docs/shell.rst @@ -602,8 +602,8 @@ 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 @@ 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