From 5acc8b9e169e6416e353433791321bc9c4e7b725 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Fri, 17 Mar 2017 16:51:52 -0500 Subject: Description: Fixed typos. Platforms tested: Linux/64 (jelly) --- c++/src/H5PropList.cpp | 8 ++++---- 1 file 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 -- cgit v0.12