summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2018-04-12 23:34:20 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2018-04-12 23:34:20 (GMT)
commit8b15b10c59b73cdc624cacbfe7652f32c3d44dae (patch)
tree2799d33e8d33bbab83c414ab17000e2aa19ce632 /src/H5F.c
parent3fc4ea3d3935f254ac61fd726f9b9d684fe653a6 (diff)
downloadhdf5-8b15b10c59b73cdc624cacbfe7652f32c3d44dae.zip
hdf5-8b15b10c59b73cdc624cacbfe7652f32c3d44dae.tar.gz
hdf5-8b15b10c59b73cdc624cacbfe7652f32c3d44dae.tar.bz2
Fixed typos
Description: Looked for typos similar to user's report in HDFFV-10404. Not all the same but many were found and fixed. Platforms tested: Linux/64 (jelly) - only typos
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 9c0c3ce..ca0fa57 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -703,7 +703,7 @@ H5Fflush(hid_t object_id, H5F_scope_t scope)
if(!f) {
if(!oloc)
- HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "object is not assocated with a file")
+ HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "object is not associated with a file")
f = oloc->file;
} /* end if */
if(!f)