diff options
Diffstat (limited to 'src/H5Oint.c')
-rw-r--r-- | src/H5Oint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Oint.c b/src/H5Oint.c index 0d04e2e..5c782a1 100644 --- a/src/H5Oint.c +++ b/src/H5Oint.c @@ -1437,7 +1437,7 @@ H5O_touch(const H5O_loc_t *loc, hbool_t force) /* Create/Update the modification time message */ if (H5O_touch_oh(loc->file, oh, force) < 0) - HGOTO_ERROR(H5E_OHDR, H5E_CANTSET, FAIL, "unable to update object modificaton time") + HGOTO_ERROR(H5E_OHDR, H5E_CANTSET, FAIL, "unable to update object modification time") /* Mark object header as changed */ oh_flags |= H5AC__DIRTIED_FLAG; |