From e1cd38f17c59eeaa066600e47ebac74fa58441c1 Mon Sep 17 00:00:00 2001 From: parag00991 Date: Mon, 14 Mar 2016 01:13:42 +0530 Subject: [PATCH] fix a typo --- html/js/guiutils/ContentEditable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/guiutils/ContentEditable.js b/html/js/guiutils/ContentEditable.js index a11b410..103efcf 100644 --- a/html/js/guiutils/ContentEditable.js +++ b/html/js/guiutils/ContentEditable.js @@ -53,7 +53,7 @@ GTE.UI.Widgets = (function (parentModule) { document.getElementsByTagName('svg')[0].appendChild(this.myforeign); this.myforeign.appendChild(this.textdiv); - // The size of the foreign will be dinamically adjusted depending on the + // The size of the foreign will be dynamically adjusted depending on the // size of the text. This is the only way to achieve text growing to left. // The idea is to adjust the width of the foreign and then translate it // to the left the same amount it has grown