]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix spelling mistake "trucate" -> "truncate"
authorColin Ian King <colin.i.king@gmail.com>
Mon, 14 Apr 2025 13:12:50 +0000 (10:12 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 14 Apr 2025 13:12:50 +0000 (10:12 -0300)
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>
posix/tst-truncate-common.c

index 19c96b712ebbab310e50000a48b19ce2bca6502d..20ce1688538476f5d0f87a33ca8c671c0aa405bf 100644 (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");