diff --git a/commands/mem.c b/commands/mem.c index 88af55c..36495e1 100644 --- a/commands/mem.c +++ b/commands/mem.c @@ -221,7 +221,7 @@ "\n" "Memory regions:\n" "Memory regions can be specified in two different forms: start+size\n" -"or start-end, If is ommitted it defaults to 0. If end is ommited it\n" +"or start-end, If 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" diff --git a/commands/saveenv.c b/commands/saveenv.c index 11a9fee..c63080b 100644 --- a/commands/saveenv.c +++ b/commands/saveenv.c @@ -109,7 +109,7 @@ * @page saveenv_command

\ is usually a block in flash but can be any other file. If -ommitted, \ defaults to /env and \ defaults to +omitted, \ defaults to /env and \ defaults to /dev/env0. Note that envfs can only handle files, directories are being skipped silently.