diff --git a/web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js b/web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
--- a/web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
+++ b/web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
@@ -525,7 +525,7 @@
       name: 'totalPrinter',
       renderTotal: function (total) {
         this.setContent(OB.I18N.formatCurrency(total));
-        //It needs an small asynch to be rendered and then we can calculateFonSize
+        //It needs an small asynch to be rendered and then we can adaptFontSize
         setTimeout(function (me) {
           me.parent.rendered();
         }, 0, this);
