mirror of git://sourceware.org/git/glibc.git
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>
This commit is contained in:
parent
1d7834cac3
commit
1f8f322823
|
|
@ -36,7 +36,7 @@ static int temp_fd;
|
||||||
static void
|
static void
|
||||||
do_prepare (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)
|
if (temp_fd == -1)
|
||||||
{
|
{
|
||||||
printf ("cannot create temporary file: %m\n");
|
printf ("cannot create temporary file: %m\n");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue