diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-04 05:05:08 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-04 05:05:08 (GMT) |
commit | df7cf2a9d3409ce6dfbd28d80af35fa2512320ae (patch) | |
tree | 4050d1c6f79b0c97d8d73771374ca58dc9985bc1 /src/H5ESpublic.h | |
parent | 4806d29d9f2274e102c76b8672c47cc211dbf3d6 (diff) | |
download | hdf5-df7cf2a9d3409ce6dfbd28d80af35fa2512320ae.zip hdf5-df7cf2a9d3409ce6dfbd28d80af35fa2512320ae.tar.gz hdf5-df7cf2a9d3409ce6dfbd28d80af35fa2512320ae.tar.bz2 |
Refactor, standardize, and revise the async request callbacks.
Diffstat (limited to 'src/H5ESpublic.h')
-rw-r--r-- | src/H5ESpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5ESpublic.h b/src/H5ESpublic.h index cb8eebf..2df1a6e 100644 --- a/src/H5ESpublic.h +++ b/src/H5ESpublic.h @@ -29,7 +29,7 @@ typedef enum H5ES_status_t { H5ES_STATUS_IN_PROGRESS, /* Operation has not yet completed */ H5ES_STATUS_SUCCEED, /* Operation has completed, successfully */ H5ES_STATUS_FAIL, /* Operation has completed, but failed */ - H5ES_STATUS_CANCEL /* Operation has not completed and has been cancelled */ + H5ES_STATUS_CANCELLED /* Operation has not completed and was cancelled */ } H5ES_status_t; |