summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-04-29 22:01:54 +0200
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-05-03 21:39:22 +0200
commit100de5e37d130dcf8a2bef4e0b33d4e59179d061 (patch)
treeaa40b6973fb4d5476abdef0733a2f3fe0c662ba8 /doc
parentd1d7ed7b1eb99089cf027cafaa134b75a9cf3348 (diff)
doc: fix typos in bootmenu.rst
%s/cammand/command/ %s/sequencies/sequences/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/usage/cmd/bootmenu.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage/cmd/bootmenu.rst b/doc/usage/cmd/bootmenu.rst
index 1016ac8ceb..9430f8c9aa 100644
--- a/doc/usage/cmd/bootmenu.rst
+++ b/doc/usage/cmd/bootmenu.rst
@@ -12,7 +12,7 @@ selected using the "Enter" key. The selection of the highlighted
menu entry invokes an U-Boot command (or a list of commands)
associated with this menu entry.
-The "bootmenu" command interprets ANSI escape sequencies, so
+The "bootmenu" command interprets ANSI escape sequences, so
an ANSI terminal is required for proper menu rendering and item
selection.
@@ -79,7 +79,7 @@ The above example will be rendered as below::
The selected menu entry will be highlighted - it will have inverted
background and text colors.
-The "bootmenu" cammand is enabled by::
+The "bootmenu" command is enabled by::
CONFIG_CMD_BOOTMENU=y