From 7081f2d6e67e1ce5789485e30b6b996e8f51db77 Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Thu, 3 Sep 1998 10:31:04 -0500 Subject: [svn-r662] Fixed a typo in a string --- test/mtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mtime.c b/test/mtime.c index 589f536..3fdb97c 100644 --- a/test/mtime.c +++ b/test/mtime.c @@ -143,7 +143,7 @@ main(void) if (0==sb1.mtime) { puts("--SKIP--"); puts(" The modification time could not be decoded on this OS."); - puts(" Modification times will be mantained in the file bug cannot"); + puts(" Modification times will be mantained in the file but cannot"); puts(" be queried on this system. See H5O_mtime_decode()."); return 0; } else if (fabs(HDdifftime(now, sb1.mtime))>60.0) { -- cgit v0.12