definition of vasprintf
[fw/sdcc] / support / regression / collate-results.py
index 4f0ce64c06616a18332edb04a5e12dadc5aba81d..ea6b1999fa20cf24c95d85bb9073a1bb1325d1a0 100644 (file)
@@ -23,4 +23,4 @@ for line in lines:
         tests = tests + string.atof(ntests)
         cases = cases + string.atof(ncases)
 
-print "%.0f failues, %.0f tests, %.0f test cases" % (failures, tests, cases)
+print "%.0f failures, %.0f tests, %.0f test cases" % (failures, tests, cases)