Correct spelling mistake in test file

There are some spelling mistakes in the test file. Fix them

Reviewed-by: guoce <guoce@kylinos.cn>
Signed-off-by: panzhe0328 <panzhe@kylinos.cn>
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
panzhe0328 2025-05-06 15:11:17 +08:00 committed by Arjun Shankar
parent 2ae4ec56c2
commit e83207c6e6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ test_locale ()
"Outputdir: \"${out}\" failed"
exit 1
else
echo -n "locale $out generated succesfully"
echo -n "locale $out generated successfully"
if [ $ret -eq 1 ]; then
echo " (with warnings)"
else