diff options
Diffstat (limited to 'test')
-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; } |