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/H5Apkg.h | |
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/H5Apkg.h')
-rw-r--r-- | src/H5Apkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Apkg.h b/src/H5Apkg.h index 2606387..84b82fe 100644 --- a/src/H5Apkg.h +++ b/src/H5Apkg.h @@ -86,7 +86,7 @@ typedef struct H5A_shared_t { void *data; /* Attribute data (on a temporary basis) */ size_t data_size; /* Size of data on disk */ H5O_msg_crt_idx_t crt_idx; /* Attribute's creation index in the object header */ - unsigned nrefs; /* Ref count for times this object is refered */ + unsigned nrefs; /* Ref count for times this object is referred */ } H5A_shared_t; /* Define the main attribute structure */ |