diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2022-08-10 20:57:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 20:57:26 (GMT) |
commit | 174505ca3c27daa30d8affd63bda07ad24f126c5 (patch) | |
tree | 8d5a1aa014056b6c05fd7ea5b5906ca2f65b5afd /c++ | |
parent | e794dc5ec44ea73c92a6d3937e86307e87d277ae (diff) | |
download | hdf5-174505ca3c27daa30d8affd63bda07ad24f126c5.zip hdf5-174505ca3c27daa30d8affd63bda07ad24f126c5.tar.gz hdf5-174505ca3c27daa30d8affd63bda07ad24f126c5.tar.bz2 |
Fix typos found in the rest of the hdf5 code-base (#1985)
* Fix typos found in the rest of the hdf5 code-base
* Typo in tool.cmake
* Revert "Typo in tool.cmake"
This reverts commit 06b8403d99757c7d20f1eed530cf317c3d84de4b.
* Fix clang-format styling
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 |