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)
commit4e620eb98bcb01bc725dd4434f2dcb74aacec71b
tree0166cde7faa9b7015f648b33d0287ea3f43448f9
parenta17c0cb85e3abe8601efaadbb287116d1142fefd
dfu: fix typo parameteres

%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