From: Colin Ian King Date: Mon, 14 Apr 2025 13:12:50 +0000 (-0300) Subject: Fix spelling mistake "trucate" -> "truncate" X-Git-Tag: glibc-2.42~307 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f8f322823afd67a7ea1adad454332aa1b040254;p=thirdparty%2Fglibc.git Fix spelling mistake "trucate" -> "truncate" There is a spelling mistake in a test filename. Fix it. Signed-off-by: Colin Ian King Reviewed-by: Adhemerval Zanella --- diff --git a/posix/tst-truncate-common.c b/posix/tst-truncate-common.c index 19c96b712e..20ce168853 100644 --- a/posix/tst-truncate-common.c +++ b/posix/tst-truncate-common.c @@ -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");