From f51f05ec20f5b585bd0f49f088d402a2f3410044 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Wed, 15 Feb 2017 09:15:06 -0600 Subject: Description: Fixed small typos Platform tested: Jam (very minor) --- c++/src/H5FcreatProp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/src/H5FcreatProp.cpp b/c++/src/H5FcreatProp.cpp index 1d9bfd4..a51f83d 100644 --- a/c++/src/H5FcreatProp.cpp +++ b/c++/src/H5FcreatProp.cpp @@ -332,7 +332,7 @@ H5F_file_space_type_t FileCreatPropList::getFileSpaceStrategy() const if (ret_value < 0) { throw PropListIException("FileCreatPropList::getFileSpaceStrategy", - "H5Pget_file_space for strategry failed"); + "H5Pget_file_space for strategy failed"); } return(strategy); } -- cgit v0.12