diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2022-03-31 15:42:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 15:42:30 (GMT) |
commit | e8ea8500042e922fb845821765f2db10dbb57416 (patch) | |
tree | 4028ebe7c3e284b6aee0408641405943fb9babb5 /c++/src/H5FaccProp.cpp | |
parent | 870ee8feee4d0ad89c97ab5b8611fe3664c891dc (diff) | |
download | hdf5-e8ea8500042e922fb845821765f2db10dbb57416.zip hdf5-e8ea8500042e922fb845821765f2db10dbb57416.tar.gz hdf5-e8ea8500042e922fb845821765f2db10dbb57416.tar.bz2 |
spelling fixes (#1561)
Diffstat (limited to 'c++/src/H5FaccProp.cpp')
-rw-r--r-- | c++/src/H5FaccProp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5FaccProp.cpp b/c++/src/H5FaccProp.cpp index a79ada3..1edf4ad 100644 --- a/c++/src/H5FaccProp.cpp +++ b/c++/src/H5FaccProp.cpp @@ -156,7 +156,7 @@ FileAccPropList::getDriver() const // Function: FileAccPropList::setDriver ///\brief Set file driver for this property list. ///\param new_driver_id - IN: File driver -///\param new_driver_info - IN: Struct containing the driver-specific properites +///\param new_driver_info - IN: Struct containing the driver-specific properties ///\exception H5::PropListIException ///\par Description /// For information, please refer to the H5Pset_driver API in |