Spelling error in output message
This commit is contained in:
@ -1381,7 +1381,7 @@ def generate_driver(MyDriver):
|
||||
print "Function:", f, "Type:", MyDriver['Funcs'][f]['type'], '#Uses:', MyDriver['Funcs'][f]['reference_count']
|
||||
for l in MyDriver['Funcs'][f]['text']:
|
||||
print " ", l
|
||||
print "Procuced file %s with %d lines." % (filename, NumberOfLinesOut)
|
||||
print "Produced file %s with %d lines." % (filename, NumberOfLinesOut)
|
||||
|
||||
def process_drivers(TheDrivers):
|
||||
global UsingCreateNode
|
||||
|
Reference in New Issue
Block a user