script: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Fri, 22 Sep 2023 00:08:03 +0000 (12:08 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 25 Oct 2023 22:23:38 +0000 (22:23 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
script/attr_count_read

index c49e55d34194f4b635b639d64f763572e2e0444d..2f6a4d08f361959d3be8c7199b78bce1d08a7ac3 100755 (executable)
@@ -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):