From: Paul Eggert Date: Wed, 31 Mar 2021 21:03:25 +0000 (-0700) Subject: io: fix spelling typo in diagnostic X-Git-Tag: glibc-2.34~721 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0bf2897ce1afb30296e7b886e344dad0c788c0f;p=thirdparty%2Fglibc.git io: fix spelling typo in diagnostic --- 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++) {