doc: README.commands: fix type
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 30 Dec 2018 12:00:51 +0000 (13:00 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 9 Jan 2019 12:13:31 +0000 (07:13 -0500)
%s/commmand/command/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/README.commands

index 0ccadae..e03eb44 100644 (file)
@@ -67,7 +67,7 @@ This table has to be evaluated in the command function of the main command, e.g.
 Command function
 ----------------
 
-The commmand function pointer has to be of type
+The command function pointer has to be of type
 int (*cmd)(struct cmd_tbl_s *cmdtp, int flag, int argc, const char *argv[]);
 
 cmdtp:         Table entry describing the command (see above).