* [PATCH] mkfs.ubifs: fix "smal" typo
@ 2008-12-09 16:51 Mike Frysinger
2008-12-09 16:51 ` Artem Bityutskiy
0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2008-12-09 16:51 UTC (permalink / raw)
To: linux-mtd
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
mkfs.ubifs/mkfs.ubifs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mkfs.ubifs/mkfs.ubifs.c b/mkfs.ubifs/mkfs.ubifs.c
index beadd43..e72b44c 100644
--- a/mkfs.ubifs/mkfs.ubifs.c
+++ b/mkfs.ubifs/mkfs.ubifs.c
@@ -339,7 +339,7 @@ static int validate_options(void)
if (c->leb_size < c->min_io_size)
return err_msg("min. I/O unit cannot be larger than LEB size");
if (c->leb_size < UBIFS_MIN_LEB_SZ)
- return err_msg("too smal LEB size %d, minimum is %d",
+ return err_msg("too small LEB size %d, minimum is %d",
c->min_io_size, UBIFS_MIN_LEB_SZ);
if (c->leb_size % c->min_io_size)
return err_msg("LEB should be multiple of min. I/O units");
--
1.6.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mkfs.ubifs: fix "smal" typo
2008-12-09 16:51 [PATCH] mkfs.ubifs: fix "smal" typo Mike Frysinger
@ 2008-12-09 16:51 ` Artem Bityutskiy
0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2008-12-09 16:51 UTC (permalink / raw)
To: Mike Frysinger; +Cc: linux-mtd
On Tue, 2008-12-09 at 11:51 -0500, Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
> mkfs.ubifs/mkfs.ubifs.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Pushed, thanks.
--
Best regards,
Artem Bityutskiy (Битюцкий Артём)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-09 16:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-09 16:51 [PATCH] mkfs.ubifs: fix "smal" typo Mike Frysinger
2008-12-09 16:51 ` Artem Bityutskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox