]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/checkkconfigsymbols.py
Merge tag 'sound-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[karo-tx-linux.git] / scripts / checkkconfigsymbols.py
index d8f6c094cce5d82124a475b19a1b8768f2a3a0e0..df643f60bb41a47561d39e08d24f34b532dfc715 100755 (executable)
@@ -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():