[PATCH] Correct spelling mistake in test file
Adhemerval Zanella Netto
adhemerval.zanella@linaro.org
Thu May 8 13:11:02 GMT 2025
LGTM, thanks.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
On 06/05/25 04:11, panzhe0328 wrote:
> 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
More information about the Libc-alpha
mailing list