fix typo
authorLuka Perkov <luka@openwrt.org>
Thu, 24 Oct 2013 00:28:20 +0000 (02:28 +0200)
committerJohn Crispin <blogic@openwrt.org>
Sun, 27 Oct 2013 15:01:06 +0000 (16:01 +0100)
Signed-off-by: Luka Perkov <luka@openwrt.org>
mount_root.c

index 8ebd64eead3556d2cbfa7704083cefa7c3c01274..ede5718f7bc082e3bcb6faa29c5653ccc18bd63c 100644 (file)
@@ -582,7 +582,7 @@ static int main_jffs2reset(int argc, char **argv)
 
        mp = find_mount_point(mtd, "jffs2");
        if (mp) {
 
        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 {
                foreachdir(mp, handle_rmdir);
                mount(mp, "/", NULL, MS_REMOUNT, 0);
        } else {