diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2021-03-31 14:03:25 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2021-03-31 14:03:25 -0700 |
commit | a0bf2897ce1afb30296e7b886e344dad0c788c0f (patch) | |
tree | 8eff9b858ee847a32f15d966edcb301f2fca4ec0 /io | |
parent | 8786bf6eb60cd5e2c80bace42714b4de3bda8c4e (diff) | |
download | glibc-a0bf2897ce1afb30296e7b886e344dad0c788c0f.tar.gz |
io: fix spelling typo in diagnostic
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++) { |