diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/tst-stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/tst-stat.c b/io/tst-stat.c index 22b89bb3e7..b3e8dc2170 100644 --- a/io/tst-stat.c +++ b/io/tst-stat.c @@ -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++) { |