Merge tag 'devicetree-fixes-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/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():
This page took 0.035908 seconds and 5 git commands to generate.