From 85917a734134ce356e9f701b71bcd88617967a76 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 3 Mar 2005 12:26:26 -0500 Subject: [svn-r10129] Corrected typos which should have said SRB instead of GASS. NOt tested since there is no SRB server to test with. --- test/srb_append.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/srb_append.c b/test/srb_append.c index 17bdf57..e752b4a 100644 --- a/test/srb_append.c +++ b/test/srb_append.c @@ -109,7 +109,7 @@ int main(void) * 16 17 20 25 32 41 */ - /* Create access property list and set the driver to GASS */ + /* Create access property list and set the driver to SRB */ fapl = H5Pcreate (H5P_FILE_ACCESS); if (fapl < 0) { printf (" H5Pcreate failed. \n"); @@ -117,7 +117,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