Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion html/js/guiutils/ContentEditable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down