cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgs
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
This commit is contained in:
parent
be2e5a09e6
commit
a22bf16bea
|
@ -1420,7 +1420,7 @@ static int delete_partition(const char *id)
|
|||
return 1;
|
||||
|
||||
if (generate_mtdparts_save(last_parts, MTDPARTS_MAXLEN) != 0) {
|
||||
printf("generated mtdparts too long, reseting to null\n");
|
||||
printf("generated mtdparts too long, resetting to null\n");
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
@ -1518,7 +1518,7 @@ static int spread_partitions(void)
|
|||
index_partitions();
|
||||
|
||||
if (generate_mtdparts_save(last_parts, MTDPARTS_MAXLEN) != 0) {
|
||||
printf("generated mtdparts too long, reseting to null\n");
|
||||
printf("generated mtdparts too long, resetting to null\n");
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
@ -2016,7 +2016,7 @@ static int do_mtdparts(cmd_tbl_t *cmdtp, int flag, int argc,
|
|||
}
|
||||
|
||||
if (generate_mtdparts_save(last_parts, MTDPARTS_MAXLEN) != 0) {
|
||||
printf("generated mtdparts too long, reseting to null\n");
|
||||
printf("generated mtdparts too long, resetting to null\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue