Skip to content

Commit

Permalink
checkkconfigsymbols.py: Fix typo in help message
Browse files Browse the repository at this point in the history
Fix a typo in the help message for the -d parameter by removing one 'm'.

Signed-off-by: Andreas Ziegler <[email protected]>
Acked-by: Valentin Rothberg <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
rupran authored and gregkh committed May 1, 2016
1 parent 0320a27 commit 38cbfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checkkconfigsymbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def parse_options():

if opts.diff and not re.match(r"^[\w\-\.]+\.\.[\w\-\.]+$", opts.diff):
sys.exit("Please specify valid input in the following format: "
"\'commmit1..commit2\'")
"\'commit1..commit2\'")

if opts.commit or opts.diff:
if not opts.force and tree_is_dirty():
Expand Down

0 comments on commit 38cbfe4

Please sign in to comment.