diff options
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5IntType.h | 2 | ||||
-rw-r--r-- | c++/test/trefer.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5IntType.h b/c++/src/H5IntType.h index ec3dd19..d6d4c44 100644 --- a/c++/src/H5IntType.h +++ b/c++/src/H5IntType.h @@ -41,7 +41,7 @@ class H5_DLLCPP IntType : public AtomType { // Retrieves the sign type for an integer type H5T_sign_t getSign() const; - // Sets the sign proprety for an integer type. + // Sets the sign property for an integer type. void setSign(H5T_sign_t sign) const; ///\brief Returns this class name. diff --git a/c++/test/trefer.cpp b/c++/test/trefer.cpp index 2a0fe1e..61c5b14 100644 --- a/c++/test/trefer.cpp +++ b/c++/test/trefer.cpp @@ -449,7 +449,7 @@ test_reference_group() file1->close(); /* - * Re-open the file and test deferencing group + * Re-open the file and test dereferencing group */ // Re-open file |