]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Correct spelling mistake in test file
authorpanzhe0328 <panzhe@kylinos.cn>
Tue, 6 May 2025 07:11:17 +0000 (15:11 +0800)
committerArjun Shankar <arjun@redhat.com>
Mon, 12 May 2025 11:26:57 +0000 (13:26 +0200)
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>
localedata/tst-locale.sh

index bdc7969910f112f0f5599f3698d79524ed02e41e..24606020b7e487fea38d3b0405e25ea25b0ecabd 100755 (executable)
@@ -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