summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Minier <loic.minier@linaro.org>2011-10-13 21:23:31 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-10-14 09:27:31 +0200
commitc351dab99922ea788de1f42bc591ae31eb592e35 (patch)
tree05bac83eee06e06df262a9e43a4f259411aed3d4
parentd9c41ea6929522d029a63298351dd62e892d9040 (diff)
downloadbarebox-c351dab99922ea788de1f42bc591ae31eb592e35.tar.gz
barebox-c351dab99922ea788de1f42bc591ae31eb592e35.tar.xz
Fix spelling of "omitted"; found by lintian
Signed-off-by: Loïc Minier <loic.minier@linaro.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--commands/mem.c2
-rw-r--r--commands/saveenv.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/commands/mem.c b/commands/mem.c
index 88af55c1b8..36495e1d66 100644
--- a/commands/mem.c
+++ b/commands/mem.c
@@ -221,7 +221,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"
diff --git a/commands/saveenv.c b/commands/saveenv.c
index 11a9fee54f..c63080b658 100644
--- a/commands/saveenv.c
+++ b/commands/saveenv.c
@@ -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>