io: fix spelling typo in diagnostic

This commit is contained in:
Paul Eggert 2021-03-31 14:03:25 -07:00
parent 8786bf6eb6
commit a0bf2897ce

View File

@ -76,7 +76,7 @@ do_test (void)
bool check_ns = support_stat_nanoseconds (path);
if (!check_ns)
printf ("warning: timestamp with nanoseconds not supportted\n");
printf ("warning: timestamp with nanoseconds not supported\n");
for (int i = 0; i < array_length (tests); i++)
{