From fef091b6393c34bb1118fca1d3d636a0563711b0 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Fri, 22 Sep 2023 12:08:03 +1200 Subject: [PATCH] script: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- script/attr_count_read | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/attr_count_read b/script/attr_count_read index c49e55d3419..2f6a4d08f36 100755 --- a/script/attr_count_read +++ b/script/attr_count_read @@ -83,7 +83,7 @@ def plot_pair_data(name, data, doc, lim=90): # 1. Some people won't have matplotlib, but might want to run the # script. # 2. The import takes hundreds of milliseconds, which is a - # nuisance if you don't wat graphs. + # nuisance if you don't want graphs. # # This plot could be improved! import matplotlib.pylab as plt @@ -165,7 +165,7 @@ def main(): help='attempt to draw graphs') parser.add_argument('--no-casefold', action="store_false", default=True, dest="casefold", - help='See all the encountered case varients') + help='See all the encountered case variants') args = parser.parse_args() if not os.path.isdir(args.LDB_PRIVATE_DIR): -- 2.47.3