mtd: fix typo (thx, Plouj)
authorFelix Fietkau <nbd@openwrt.org>
Thu, 21 Jan 2010 23:48:52 +0000 (23:48 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 21 Jan 2010 23:48:52 +0000 (23:48 +0000)
SVN-Revision: 19263

package/mtd/src/mtd.c

index 2639b4ebb5e2309f24bbe78ec5da987ad2812b54..752547656665a842fc3a654c8add0a547a2c6350 100644 (file)
@@ -396,7 +396,7 @@ resume:
                                if (!quiet)
                                        fprintf(stderr, "\b\b\b   ");
                                if (quiet < 2)
-                                       fprintf(stderr, "\nAppending jffs2 data to from %s to %s...", jffs2file, mtd);
+                                       fprintf(stderr, "\nAppending jffs2 data from %s to %s...", jffs2file, mtd);
                                /* got an EOF marker - this is the place to add some jffs2 data */
                                mtd_replace_jffs2(mtd, fd, e, jffs2file);
                                goto done;