summaryrefslogtreecommitdiffstats
path: root/commands/saveenv.c
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 /commands/saveenv.c
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>
Diffstat (limited to 'commands/saveenv.c')
-rw-r--r--commands/saveenv.c2
1 files changed, 1 insertions, 1 deletions
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>