summaryrefslogtreecommitdiffstats
path: root/c++/src/H5PropList.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-03-17 21:51:52 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-03-17 21:51:52 (GMT)
commit5acc8b9e169e6416e353433791321bc9c4e7b725 (patch)
tree77cc3601485dafd963ea81d93776f0feb3c4017f /c++/src/H5PropList.cpp
parentf63b32c1942e248962f8135d3866185aec64b5e5 (diff)
downloadhdf5-5acc8b9e169e6416e353433791321bc9c4e7b725.zip
hdf5-5acc8b9e169e6416e353433791321bc9c4e7b725.tar.gz
hdf5-5acc8b9e169e6416e353433791321bc9c4e7b725.tar.bz2
Description:
Fixed typos. Platforms tested: Linux/64 (jelly)
Diffstat (limited to 'c++/src/H5PropList.cpp')
-rw-r--r--c++/src/H5PropList.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/c++/src/H5PropList.cpp b/c++/src/H5PropList.cpp
index 15e5865..0df0a9f 100644
--- a/c++/src/H5PropList.cpp
+++ b/c++/src/H5PropList.cpp
@@ -581,7 +581,7 @@ void PropList::setProperty(const char* name, const void* value) const
//--------------------------------------------------------------------------
// Function: PropList::setProperty
-///\brief Deprecated dues to missing const in prototype. (1.10.1)
+///\brief Deprecated due to missing const in prototype. (1.10.1)
// Programmer: Binh-Minh Ribler - March, 2017
// Modification
// Planned for removal. -BMR, 2017/03/17 1.10.1
@@ -631,7 +631,7 @@ void PropList::setProperty(const char* name, const H5std_string& strg) const
//--------------------------------------------------------------------------
// Function: PropList::setProperty
-///\brief Deprecated dues to missing const in prototype. (1.10.1)
+///\brief Deprecated due to missing const in prototype. (1.10.1)
// Programmer: Binh-Minh Ribler - March, 2017
// Modification
// Planned for removal. -BMR, 2017/03/17 1.10.1
@@ -657,7 +657,7 @@ void PropList::setProperty(const H5std_string& name, const void* value) const
//--------------------------------------------------------------------------
// Function: PropList::setProperty
-///\brief Deprecated dues to missing const in prototype. (1.10.1)
+///\brief Deprecated due to missing const in prototype. (1.10.1)
// Programmer: Binh-Minh Ribler - March, 2017
// Modification
// Planned for removal. -BMR, 2017/03/17 1.10.1
@@ -683,7 +683,7 @@ void PropList::setProperty(const H5std_string& name, const H5std_string& strg) c
//--------------------------------------------------------------------------
// Function: PropList::setProperty
-///\brief Deprecated dues to missing const in prototype. (1.10.1)
+///\brief Deprecated due to missing const in prototype. (1.10.1)
// Programmer: Binh-Minh Ribler - March, 2017
// Modification
// Planned for removal. -BMR, 2017/03/17 1.10.1