From 86ba18c0a7bc0cd5d469e82ab25b9b33cd5327cc Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Fri, 3 Nov 2000 15:41:13 -0500 Subject: [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.] --- test/srb_read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v0.12