summaryrefslogtreecommitdiffstats
path: root/testpar/t_file.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1998-07-05 23:08:11 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1998-07-05 23:08:11 (GMT)
commit82bcd7f537a84aea9aac0983bf98a7050afb569c (patch)
tree111a5c8f0b4d954d7f53be690dc2b46f1256fa78 /testpar/t_file.c
parentec08f7b182ffae35a9ba633ea9c164326b990b5a (diff)
downloadhdf5-82bcd7f537a84aea9aac0983bf98a7050afb569c.zip
hdf5-82bcd7f537a84aea9aac0983bf98a7050afb569c.tar.gz
hdf5-82bcd7f537a84aea9aac0983bf98a7050afb569c.tar.bz2
[svn-r449] Corrected some grammar errors in the debug messages.
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);