From b767de8e58c230213e40dc5496980a0db242d4a1 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Tue, 17 Oct 2017 16:54:57 +0100 Subject: [PATCH] terminal: Fix Caculated typo --- client/app/scripts/components/terminal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/scripts/components/terminal.js b/client/app/scripts/components/terminal.js index 380a9ddb5..2df6b315f 100644 --- a/client/app/scripts/components/terminal.js +++ b/client/app/scripts/components/terminal.js @@ -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}; }