summaryrefslogtreecommitdiffstats
path: root/src/H5Oint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Oint.c')
-rw-r--r--src/H5Oint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Oint.c b/src/H5Oint.c
index 4448277..93a0f95 100644
--- a/src/H5Oint.c
+++ b/src/H5Oint.c
@@ -1425,7 +1425,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;