summaryrefslogtreecommitdiffstats
path: root/src/H5Toffset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Toffset.c')
-rw-r--r--src/H5Toffset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Toffset.c b/src/H5Toffset.c
index b206dca..cccede6 100644
--- a/src/H5Toffset.c
+++ b/src/H5Toffset.c
@@ -70,7 +70,7 @@ H5Tget_offset(hid_t type_id)
/* Get offset */
if ((ret_value = H5T_get_offset(dt)) < 0)
- HGOTO_ERROR(H5E_DATATYPE, H5E_UNSUPPORTED, FAIL, "cant't get offset for specified datatype")
+ HGOTO_ERROR(H5E_DATATYPE, H5E_UNSUPPORTED, FAIL, "can't get offset for specified datatype")
done:
FUNC_LEAVE_API(ret_value)