From: Luka Perkov Date: Thu, 24 Oct 2013 00:28:20 +0000 (+0200) Subject: fix typo X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1f548a358650a628c24d3f5ccfca1828a8cce4ad;p=oweals%2Fubox.git fix typo Signed-off-by: Luka Perkov --- diff --git a/mount_root.c b/mount_root.c index 8ebd64e..ede5718 100644 --- a/mount_root.c +++ b/mount_root.c @@ -582,7 +582,7 @@ static int main_jffs2reset(int argc, char **argv) mp = find_mount_point(mtd, "jffs2"); if (mp) { - LOG("%s is mounted as %s, only ereasing files\n", mtd, mp); + LOG("%s is mounted as %s, only erasing files\n", mtd, mp); foreachdir(mp, handle_rmdir); mount(mp, "/", NULL, MS_REMOUNT, 0); } else {