mirror of git://sourceware.org/git/glibc.git
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:
parent
2ae4ec56c2
commit
e83207c6e6
|
@ -50,7 +50,7 @@ test_locale ()
|
||||||
"Outputdir: \"${out}\" failed"
|
"Outputdir: \"${out}\" failed"
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo -n "locale $out generated succesfully"
|
echo -n "locale $out generated successfully"
|
||||||
if [ $ret -eq 1 ]; then
|
if [ $ret -eq 1 ]; then
|
||||||
echo " (with warnings)"
|
echo " (with warnings)"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue