summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-03-10 15:52:06 (GMT)
committerGitHub <noreply@github.com>2023-03-10 15:52:06 (GMT)
commitc420176d4791bec62336ea4ba25bcec3475a64bb (patch)
tree55bca1716869070d6fa601bec57b1c68d4a94fa7 /bin
parent91cf10156a65a96860cea965df74a5adecf3e4e8 (diff)
downloadhdf5-c420176d4791bec62336ea4ba25bcec3475a64bb.zip
hdf5-c420176d4791bec62336ea4ba25bcec3475a64bb.tar.gz
hdf5-c420176d4791bec62336ea4ba25bcec3475a64bb.tar.bz2
Fix new codespell issues (#2521) (#2530)
* 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-xbin/genparser2
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