Merge pull request #2897 from weaveworks/2017-10-17-fix-caculated-type

terminal: Fix Caculated typo
This commit is contained in:
Damien Lespiau
2017-10-18 12:10:28 +01:00
committed by GitHub
+1 -1
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};
}