]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: nvedit: Fix typo in 'illegal character' error
authorIvan Orlov <ivan.orlov@codethink.co.uk>
Mon, 8 Jan 2024 17:20:45 +0000 (17:20 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jan 2024 22:50:27 +0000 (17:50 -0500)
commit3c3270b5696aa4c4bbd6e837730e5e14b801a1b6
treeca39c8431bf3e4c11d033d27a353b23c636cc62c
parentbc01d9ff93f350a35c51ddb75f81c2a6f663b1c1
cmd: nvedit: Fix typo in 'illegal character' error

Fix a typo: add a space after the single quote in 'illegal character'
error message in 'env set' command

Signed-off-by: Ivan Orlov <ivan.orlov@codethink.co.uk>
env/common.c