From 6e1a85e78107d24261cc33f897619291e2456011 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Tue, 15 May 2012 12:38:36 -0500 Subject: [svn-r22371] Fix for HDFFV-7697 Minor change to error message text in H5R.c. Minor change: tested on jam --- src/H5R.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5R.c b/src/H5R.c index 65ac7da..57eab83 100644 --- a/src/H5R.c +++ b/src/H5R.c @@ -545,7 +545,7 @@ H5Rdereference2(hid_t obj_id, hid_t oapl_id, H5R_type_t ref_type, const void *_r /* Create reference */ if((ret_value = H5R_dereference(file, oapl_id, H5AC_dxpl_id, ref_type, _ref, TRUE)) < 0) - HGOTO_ERROR(H5E_REFERENCE, H5E_CANTINIT, FAIL, "unable dereference object") + HGOTO_ERROR(H5E_REFERENCE, H5E_CANTINIT, FAIL, "unable to dereference object") done: FUNC_LEAVE_API(ret_value) -- cgit v0.12