summaryrefslogtreecommitdiffstats
path: root/testpar/t_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/t_file.c')
-rw-r--r--testpar/t_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_file.c b/testpar/t_file.c
index 8e5ff67..0c64092 100644
--- a/testpar/t_file.c
+++ b/testpar/t_file.c
@@ -61,7 +61,7 @@ test_split_comm_access(char *filename[])
/* create the file collectively */
fid=H5Fcreate(filename[color],H5F_ACC_TRUNC,H5P_DEFAULT,acc_tpl);
- VRFY((fid != FAIL), "H5Fcreate succeed");
+ VRFY((fid != FAIL), "H5Fcreate succeeded");
/* Release file-access template */
ret=H5Pclose(acc_tpl);