diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2000-11-03 20:41:13 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2000-11-03 20:41:13 (GMT) |
commit | 86ba18c0a7bc0cd5d469e82ab25b9b33cd5327cc (patch) | |
tree | 122e52edbb055eeabb7f46abd45c5c47f0de6de0 /test/srb_read.c | |
parent | 524c9ca7c78eb85eed80f84d066dcf2e23fa692a (diff) | |
download | hdf5-86ba18c0a7bc0cd5d469e82ab25b9b33cd5327cc.zip hdf5-86ba18c0a7bc0cd5d469e82ab25b9b33cd5327cc.tar.gz hdf5-86ba18c0a7bc0cd5d469e82ab25b9b33cd5327cc.tar.bz2 |
[svn-r2800]
Purpose:
Fix a typo
Description:
Just a typo in print output.
Solution:
[details about the changes, algorithm, etc...]
[Please as detail as you can since your own explanation is
better than others guessing it from the code.]
Platforms tested:
[machines you have tested the changed version. This is absolute
important. Test it out on at least two or three different platforms
such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
Diffstat (limited to 'test/srb_read.c')
-rw-r--r-- | test/srb_read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/srb_read.c b/test/srb_read.c index 1b4794b..c9ce7d3 100644 --- a/test/srb_read.c +++ b/test/srb_read.c @@ -114,7 +114,7 @@ int main(void) status = H5Pset_fapl_srb(fapl, srb_info); if (status < 0) { - printf ("H5Pset_fapl_gass failed. \n"); + printf ("H5Pset_fapl_srb failed. \n"); return -1; } |