diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-01-07 19:16:39 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-01-07 19:16:39 (GMT) |
commit | 257e05e1b2465a6876eec6995419b8f358e0ec84 (patch) | |
tree | dea1a753bf54e49fedf03603120d26abc24c537c /test/h5test.c | |
parent | 906479d3978adabbacb59da8ec7ffb85d0ddfc2f (diff) | |
download | hdf5-257e05e1b2465a6876eec6995419b8f358e0ec84.zip hdf5-257e05e1b2465a6876eec6995419b8f358e0ec84.tar.gz hdf5-257e05e1b2465a6876eec6995419b8f358e0ec84.tar.bz2 |
Merged the rest of the parallel flush test code.
Diffstat (limited to 'test/h5test.c')
-rw-r--r-- | test/h5test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.c b/test/h5test.c index 687f594..48afaae 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -643,7 +643,7 @@ h5_fixname_real(const char *base_name, hid_t fapl, const char *_suffix, printf("*** Hint ***\n" "You can use environment variable HDF5_PARAPREFIX to " "run parallel test files in a\n" - "different directory or to add file type prefix. E.g.,\n" + "different directory or to add file type prefix. e.g.,\n" " HDF5_PARAPREFIX=pfs:/PFS/user/me\n" " export HDF5_PARAPREFIX\n" "*** End of Hint ***\n"); |