]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: fix typos in bootmenu.rst
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 29 Apr 2022 20:01:54 +0000 (22:01 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 3 May 2022 19:39:22 +0000 (21:39 +0200)
%s/cammand/command/
%s/sequencies/sequences/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
doc/usage/cmd/bootmenu.rst

index 1016ac8cebd7e95a8301c7ff711b06286177b042..9430f8c9aa1296e1f2638fcccf1d62169ce2375c 100644 (file)
@@ -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