[PATCH 2/7] automount: fix description typo
Sascha Hauer
s.hauer at pengutronix.de
Thu Jun 26 01:51:33 PDT 2014
From: Jan Luebbe <jlu at pengutronix.de>
Signed-off-by: Jan Luebbe <jlu at pengutronix.de>
---
commands/automount.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands/automount.c b/commands/automount.c
index 0afe4d2..a29f286 100644
--- a/commands/automount.c
+++ b/commands/automount.c
@@ -65,7 +65,7 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(automount)
.cmd = do_automount,
- BAREBOX_CMD_DESC("execute (mount) COMMAND when PATH ist first accessed")
+ BAREBOX_CMD_DESC("execute (mount) COMMAND when PATH is first accessed")
BAREBOX_CMD_OPTS("[-ldr] PATH [COMMAND]")
BAREBOX_CMD_GROUP(CMD_GRP_PART)
BAREBOX_CMD_HELP(cmd_automount_help)
--
2.0.0
More information about the barebox
mailing list