瀏覽代碼

mtd: fix typo (thx, Plouj)

SVN-Revision: 19263
Felix Fietkau 16 年之前
父節點
當前提交
91dc246123
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/mtd/src/mtd.c

+ 1 - 1
package/mtd/src/mtd.c

@@ -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;