]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
io: fix spelling typo in diagnostic
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Mar 2021 21:03:25 +0000 (14:03 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Mar 2021 21:03:25 +0000 (14:03 -0700)
io/tst-stat.c

index 22b89bb3e7b8d1389cce096286b430c2d8640479..b3e8dc217005fea853da71c2eaf1bd577734a97d 100644 (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++)
     {