dfu: fix typo parameteres
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 17 Jul 2020 17:55:54 +0000 (19:55 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 1 Sep 2020 12:47:43 +0000 (14:47 +0200)
%s/parameteres/parameters/g

Even if a line exceeds 80 characters we should not split output strings
to make debugging easier.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
common/update.c

index c8dd346..d885479 100644 (file)
@@ -309,8 +309,7 @@ got_update_file:
                printf("\n");
                if (update_fit_getparams(fit, noffset, &update_addr,
                                        &update_fladdr, &update_size)) {
-                       printf("Error: can't get update parameteres, "
-                                                               "aborting\n");
+                       printf("Error: can't get update parameters, aborting\n");
                        ret = 1;
                        goto next_node;
                }