summaryrefslogtreecommitdiffstats
path: root/bin/warnhist
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-04-28 13:50:05 (GMT)
committerGitHub <noreply@github.com>2022-04-28 13:50:05 (GMT)
commit44a803aefb8a2f1177733664dfd3f41823ec3286 (patch)
treecd36a2d0ba6829732d0528ed6f8fe41d8f5b4804 /bin/warnhist
parent41a36efde14a1db65cc8be0ef9de1ec41fe86ed6 (diff)
downloadhdf5-44a803aefb8a2f1177733664dfd3f41823ec3286.zip
hdf5-44a803aefb8a2f1177733664dfd3f41823ec3286.tar.gz
hdf5-44a803aefb8a2f1177733664dfd3f41823ec3286.tar.bz2
Brings over minor changes in root, bin/, and release_docs (#1699)
Diffstat (limited to 'bin/warnhist')
-rwxr-xr-xbin/warnhist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/warnhist b/bin/warnhist
index 742a6b5..0150138 100755
--- a/bin/warnhist
+++ b/bin/warnhist
@@ -78,7 +78,7 @@ sub do_help {
print "\t-S <file string list>\tDisplay warnings for files which contain a string, <file string list>\n";
print "\t\t<file string list> is a comma separated list, with no spaces\n";
print "\t\tFor example: 'H5Fint' or 'H5Fint,H5Gnode'\n";
- print "\t-l\tDisplay line nunbers for file/warning\n";
+ print "\t-l\tDisplay line numbers for file/warning\n";
print "\t-u\tLeave 'unique' types in warnings, instead of genericizing them\n";
print "\t-i <name list>\tIgnore named files, <name list>\n";
print "\t\t<name list> is a comma separated list, with no spaces\n";