[PATCH] Correct spelling mistake in test file

panzhe0328 panzhe@kylinos.cn
Tue May 6 07:11:17 GMT 2025


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

Reviewed-by: guoce <guoce@kylinos.cn>
Signed-off-by: panzhe0328 <panzhe@kylinos.cn>
---
 localedata/tst-locale.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/localedata/tst-locale.sh b/localedata/tst-locale.sh
index bdc7969910..24606020b7 100755
--- a/localedata/tst-locale.sh
+++ b/localedata/tst-locale.sh
@@ -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
-- 
2.25.1



More information about the Libc-alpha mailing list