Skip to content

Commit e2c98ea

Browse files
author
Seth Schoen
committed
correct typo in argument help
1 parent 9580be1 commit e2c98ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/trivial-validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
help="Duplicate directory."
2424
)
2525
parser.add_argument('--quiet', action="store_true",
26-
default=False, help="Surpress debug output."
26+
default=False, help="Suppress debug output."
2727
)
2828
parser.add_argument('ruleset', metavar='XML directory', type=str, nargs="*",
2929
default="src/chrome/content/rules",

0 commit comments

Comments
 (0)