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 /bin | |
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 'bin')
-rwxr-xr-x | bin/genparser | 2 | ||||
-rwxr-xr-x | bin/warnhist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/genparser b/bin/genparser index 73a0e8a..29bdb80 100755 --- a/bin/genparser +++ b/bin/genparser @@ -21,7 +21,7 @@ # # There is NO dependency in either the autotools or CMake to regenerate # the parser code. If you modify H5LT analyze.l or H5LTparse.y, you -# will need to run this scrpit manually on a system with a suitable +# will need to run this script manually on a system with a suitable # lexer and parser generator. # # IMPORTANT OS X NOTE diff --git a/bin/warnhist b/bin/warnhist index 6146f1e..9453b43 100755 --- a/bin/warnhist +++ b/bin/warnhist @@ -385,7 +385,7 @@ while (<>) { $warning =~ s/"[A-Za-z_0-9]*"/"-"/g; } - # Genericize [GCC?] C/C++ warning text about suggessted attribute + # Genericize [GCC?] C/C++ warning text about suggested attribute if($warning =~ /attribute=[A-Za-z_0-9]*\]/) { $warning =~ s/=[A-Za-z_0-9]*\]/=-\]/g; } |