mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-05 19:21:46 +00:00
terminal: Fix Caculated typo
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user