From 1f548a358650a628c24d3f5ccfca1828a8cce4ad Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Thu, 24 Oct 2013 02:28:20 +0200 Subject: [PATCH] fix typo Signed-off-by: Luka Perkov --- mount_root.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2