From a0bf2897ce1afb30296e7b886e344dad0c788c0f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 31 Mar 2021 14:03:25 -0700 Subject: [PATCH] io: fix spelling typo in diagnostic --- io/tst-stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/tst-stat.c b/io/tst-stat.c index 22b89bb3e7b..b3e8dc21700 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++) { -- 2.39.5