Re: [PATCH] cmd: nvedit: Fix typo in 'illegal character' error

2024-01-19 Thread Tom Rini
On Mon, Jan 08, 2024 at 05:20:45PM +, Ivan Orlov wrote: > Fix a typo: add a space after the single quote in 'illegal character' > error message in 'env set' command > > Signed-off-by: Ivan Orlov Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH] cmd: nvedit: Fix typo in 'illegal character' error

2024-01-08 Thread Ivan Orlov
Fix a typo: add a space after the single quote in 'illegal character' error message in 'env set' command Signed-off-by: Ivan Orlov --- cmd/nvedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/nvedit.c b/cmd/nvedit.c index daf1ad37f9..7db78848bb 100644 --- a/cmd/nvedit