summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-03-03 17:26:26 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-03-03 17:26:26 (GMT)
commit85917a734134ce356e9f701b71bcd88617967a76 (patch)
tree592abe69e5649de4835ed31376d3bf2897831565
parent69c9a7e3a64412dcaf525ac322c60474cc194f14 (diff)
downloadhdf5-85917a734134ce356e9f701b71bcd88617967a76.zip
hdf5-85917a734134ce356e9f701b71bcd88617967a76.tar.gz
hdf5-85917a734134ce356e9f701b71bcd88617967a76.tar.bz2
[svn-r10129] Corrected typos which should have said SRB instead of GASS.
NOt tested since there is no SRB server to test with.
-rw-r--r--test/srb_append.c4
1 files 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;
}