From 1f8f322823afd67a7ea1adad454332aa1b040254 Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Mon, 14 Apr 2025 10:12:50 -0300 Subject: [PATCH] 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 --- posix/tst-truncate-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.47.2