diff options
| author | Colin Ian King <colin.i.king@gmail.com> | 2025-04-14 10:12:50 -0300 |
|---|---|---|
| committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-04-14 10:12:50 -0300 |
| commit | 1f8f322823afd67a7ea1adad454332aa1b040254 (patch) | |
| tree | d3ad7cff1bb116bf048e10cebe9d251231dd3796 | |
| parent | 1d7834cac3d8a570b84bf1af1205a6897b747a01 (diff) | |
| download | glibc-1f8f322823afd67a7ea1adad454332aa1b040254.tar.xz glibc-1f8f322823afd67a7ea1adad454332aa1b040254.zip | |
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>
| -rw-r--r-- | posix/tst-truncate-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |
