[PATCH 3/3] Fix spelling mistake "trucate" -> "truncate"

Colin Ian King colin.i.king@gmail.com
Sun Apr 13 14:00:11 GMT 2025


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

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 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.49.0



More information about the Libc-alpha mailing list