From 1f8b546f9e782b7eb9815368efa906b5718c6e9b Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 21 Aug 2013 11:39:19 -0400 Subject: Fix some obvious typos across multiple subsystems. Typoes fixed: "partion" -> "partition" "retrive", "retreive" -> "retrieve" "th" -> "to" Signed-off-by: Robert P. J. Day --- common/cmd_mtdparts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/cmd_mtdparts.c') diff --git a/common/cmd_mtdparts.c b/common/cmd_mtdparts.c index 3023479..38a6e6d 100644 --- a/common/cmd_mtdparts.c +++ b/common/cmd_mtdparts.c @@ -420,7 +420,7 @@ static int part_validate(struct mtdids *id, struct part_info *part) } /** - * Delete selected partition from the partion list of the specified device. + * Delete selected partition from the partition list of the specified device. * * @param dev device to delete partition from * @param part partition to delete -- cgit v1.1