diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-02-15 15:15:06 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-02-15 15:15:06 (GMT) |
commit | f51f05ec20f5b585bd0f49f088d402a2f3410044 (patch) | |
tree | ae245a1ee4e7e6df5b6a4fd92315a30a773f2991 | |
parent | 40b13c74457cc4fbe97a746bb58bedc3e0732445 (diff) | |
download | hdf5-f51f05ec20f5b585bd0f49f088d402a2f3410044.zip hdf5-f51f05ec20f5b585bd0f49f088d402a2f3410044.tar.gz hdf5-f51f05ec20f5b585bd0f49f088d402a2f3410044.tar.bz2 |
Description:
Fixed small typos
Platform tested:
Jam (very minor)
-rw-r--r-- | c++/src/H5FcreatProp.cpp | 2 |
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); } |