summaryrefslogtreecommitdiffstats
path: root/test/mtime.c
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-09-03 15:31:04 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-09-03 15:31:04 (GMT)
commit7081f2d6e67e1ce5789485e30b6b996e8f51db77 (patch)
treeeaba1d8101b082a89a8be3351cd0df11ece0a4c4 /test/mtime.c
parentea951145b822d4b1a568aaa24d25cf2ce71bc480 (diff)
downloadhdf5-7081f2d6e67e1ce5789485e30b6b996e8f51db77.zip
hdf5-7081f2d6e67e1ce5789485e30b6b996e8f51db77.tar.gz
hdf5-7081f2d6e67e1ce5789485e30b6b996e8f51db77.tar.bz2
[svn-r662] Fixed a typo in a string
Diffstat (limited to 'test/mtime.c')
-rw-r--r--test/mtime.c2
1 files changed, 1 insertions, 1 deletions
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) {