summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
Diffstat (limited to 'c++')
-rw-r--r--c++/src/H5FcreatProp.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}