~jakub/helenos/upa

« back to all changes in this revision

Viewing changes to tools/checkers/clang.py

  • Committer: Jakub Jermar
  • Date: 2011-05-12 16:49:44 UTC
  • mfrom: (605.1.334 mainline)
  • Revision ID: jakub@jermar.eu-20110512164944-lf0mddwtjbz3od1h
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
                        return False
64
64
                
65
65
                if (len(arg) < 6):
66
 
                        print("Not enought jobfile record arguments")
 
66
                        print("Not enough jobfile record arguments")
67
67
                        return False
68
68
                
69
69
                srcfname = arg[0]