diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-04-12 23:34:20 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-04-12 23:34:20 (GMT) |
commit | 8b15b10c59b73cdc624cacbfe7652f32c3d44dae (patch) | |
tree | 2799d33e8d33bbab83c414ab17000e2aa19ce632 /src/H5FScache.c | |
parent | 3fc4ea3d3935f254ac61fd726f9b9d684fe653a6 (diff) | |
download | hdf5-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/H5FScache.c')
-rw-r--r-- | src/H5FScache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FScache.c b/src/H5FScache.c index db1d3b2..fdf4e4d 100644 --- a/src/H5FScache.c +++ b/src/H5FScache.c @@ -750,7 +750,7 @@ H5FS_sinfo_serialize_sect_cb(void *_item, void H5_ATTR_UNUSED *key, void *_udata /* Call 'serialize' callback for this section */ if(sect_cls->serialize) { if((*sect_cls->serialize)(sect_cls, sect, *udata->p) < 0) - HGOTO_ERROR(H5E_FSPACE, H5E_CANTSERIALIZE, FAIL, "can't syncronize section") + HGOTO_ERROR(H5E_FSPACE, H5E_CANTSERIALIZE, FAIL, "can't synchronize section") /* Update offset in serialization buffer */ (*udata->p) += sect_cls->serial_size; |