summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/genparser2
-rwxr-xr-xbin/warnhist2
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;
}