terminal: Fix Caculated typo

This commit is contained in:
Damien Lespiau
2017-10-17 16:54:57 +01:00
parent 71a18fe190
commit b767de8e58

View File

@@ -51,7 +51,7 @@ function terminalCellSize(wrapperNode) {
subjectRow.innerHTML = contentBuffer;
}
log('Caculated (charWidth, charHeight) sizes in px: ', characterWidth, characterHeight);
log('Calculated (charWidth, charHeight) sizes in px: ', characterWidth, characterHeight);
return {characterWidth, characterHeight};
}