@@ -223,7 +223,7 @@ static const __maybe_unused char cmd_md_help[] =
"\n"
"Memory regions:\n"
"Memory regions can be specified in two different forms: start+size\n"
-"or start-end, If <start> is ommitted it defaults to 0. If end is ommited it\n"
+"or start-end, If <start> is omitted it defaults to 0. If end is omitted it\n"
"defaults to the end of the device, except for interactive commands like md\n"
"and mw for which it defaults to 0x100.\n"
"Sizes can be specified as decimal, or if prefixed with 0x as hexadecimal.\n"
@@ -109,7 +109,7 @@ BAREBOX_CMD_END
* @page saveenv_command
<p>\<envfs> is usually a block in flash but can be any other file. If
-ommitted, \<directory> defaults to /env and \<envfs> defaults to
+omitted, \<directory> defaults to /env and \<envfs> defaults to
/dev/env0. Note that envfs can only handle files, directories are being
skipped silently.</p>
Signed-off-by: Loïc Minier <loic.minier@linaro.org> --- commands/mem.c | 2 +- commands/saveenv.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)