1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-04-19 01:04:13 +03:00

Fix spelling mistake "trucate" -> "truncate"

There is a spelling mistake in a test filename. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Colin Ian King 2025-04-14 10:12:50 -03:00 committed by Adhemerval Zanella
parent 1d7834cac3
commit 1f8f322823

View File

@ -36,7 +36,7 @@ static int temp_fd;
static void
do_prepare (void)
{
temp_fd = create_temp_file ("tst-trucate.", &temp_filename);
temp_fd = create_temp_file ("tst-truncate.", &temp_filename);
if (temp_fd == -1)
{
printf ("cannot create temporary file: %m\n");