summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-02-15 15:15:06 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-02-15 15:15:06 (GMT)
commitf51f05ec20f5b585bd0f49f088d402a2f3410044 (patch)
treeae245a1ee4e7e6df5b6a4fd92315a30a773f2991 /c++
parent40b13c74457cc4fbe97a746bb58bedc3e0732445 (diff)
downloadhdf5-f51f05ec20f5b585bd0f49f088d402a2f3410044.zip
hdf5-f51f05ec20f5b585bd0f49f088d402a2f3410044.tar.gz
hdf5-f51f05ec20f5b585bd0f49f088d402a2f3410044.tar.bz2
Description:
Fixed small typos Platform tested: Jam (very minor)
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);
}