public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] io: fix spelling typo in diagnostic
@ 2021-03-31 21:03 Paul Eggert
  0 siblings, 0 replies; only message in thread
From: Paul Eggert @ 2021-03-31 21:03 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a0bf2897ce1afb30296e7b886e344dad0c788c0f

commit a0bf2897ce1afb30296e7b886e344dad0c788c0f
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Wed Mar 31 14:03:25 2021 -0700

    io: fix spelling typo in diagnostic

Diff:
---
 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 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++)
     {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-31 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31 21:03 [glibc] io: fix spelling typo in diagnostic Paul Eggert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).