[TYPO] Stupid typo...
authorRichard Mathot <rim@openerp.com>
Thu, 3 Jul 2014 07:36:46 +0000 (09:36 +0200)
committerRichard Mathot <rim@openerp.com>
Thu, 3 Jul 2014 07:36:46 +0000 (09:36 +0200)
openerp/report/render/rml2pdf/trml2pdf.py

index ec5e948..75bc30d 100644 (file)
@@ -376,7 +376,7 @@ class _rml_canvas(object):
         try:
             self.canvas.drawString(text=text, **v)
         except TypeError as e:
-            _logger.error("Bad RML: <drawReport> tag requires attributes 'x' and 'y'!")
+            _logger.error("Bad RML: <drawString> tag requires attributes 'x' and 'y'!")
             raise e
 
     def _drawCenteredString(self, node):