[PATCH] ubimkvol: Typo fix
Alexander Shiyan
shc_work at mail.ru
Sat Apr 20 00:18:48 EDT 2013
Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
---
commands/ubi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands/ubi.c b/commands/ubi.c
index 1653eaa..7348394 100644
--- a/commands/ubi.c
+++ b/commands/ubi.c
@@ -47,7 +47,7 @@ static int do_ubimkvol(int argc, char *argv[])
static const __maybe_unused char cmd_ubimkvol_help[] =
"Usage: ubimkvol <ubidev> <name> <size>\n"
"Create an ubi volume on <ubidev> with name <name> and size <size>\n"
-"If size os zero all available space is used for the volume\n";
+"If size is zero all available space is used for the volume\n";
BAREBOX_CMD_START(ubimkvol)
.cmd = do_ubimkvol,
--
1.8.1.5
More information about the barebox
mailing list