diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-03-09 22:28:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 22:28:30 (GMT) |
commit | 7fbd15fff44a7e7538e67cfcaa1ec68adace64f7 (patch) | |
tree | bb1df71fbf97a3e159c3e36fbd016dae7d6e4df1 /bin | |
parent | bf0ff10b8a75cd762998c4a7bcf870f95ae8cdf3 (diff) | |
download | hdf5-7fbd15fff44a7e7538e67cfcaa1ec68adace64f7.zip hdf5-7fbd15fff44a7e7538e67cfcaa1ec68adace64f7.tar.gz hdf5-7fbd15fff44a7e7538e67cfcaa1ec68adace64f7.tar.bz2 |
Fix 1.10 new codespell issues (#2521) (#2525)
* Fix new codespell issues (#2521)
* Fix new codespell issues
* Have codespell ignore ./config/sanitizer/sanitizers.cmake
* Fix typo in genparser
---------
Co-authored-by: Mark Kittisopikul <mkitti@users.noreply.github.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/genparser | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/genparser b/bin/genparser index 9ea3152..bb44a91 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 |