summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-04-20 08:18:48 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-22 09:15:07 +0200
commit43f9a96a740d8942565b299f1484cd3a9b612e75 (patch)
treeab0c75b0b4decb4108f6601190525d3632cea22f
parent8f98a3a39ce100e5e09265b7e4bad233bad7e883 (diff)
downloadbarebox-43f9a96a740d8942565b299f1484cd3a9b612e75.tar.gz
barebox-43f9a96a740d8942565b299f1484cd3a9b612e75.tar.xz
ubimkvol: Typo fix
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--commands/ubi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ubi.c b/commands/ubi.c
index 1653eaa486..73483948b7 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,