Fix plural in inliner message.

This commit is contained in:
Vincent St-Amour 2012-03-29 10:55:13 -04:00
parent d3bad26766
commit 3ce4e0d0e7

View File

@ -236,5 +236,5 @@
(append (pluralize n-successes "success" #:suffix "es")
(pluralize n-unrollings "unrolling")
(pluralize n-failures "failure")
(pluralize n-out-of-fuels "out of fuel"))
(string-append n-out-of-fuels " out of fuel")) ; no plural
", ")))