From a6ad574f4e1e4e69f94698772688a9caa69804c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 27 Apr 2021 12:05:21 +0200 Subject: [PATCH] Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/components/views/voip/CallView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/voip/CallView.tsx b/src/components/views/voip/CallView.tsx index 925d5cf109..e1a0289d9e 100644 --- a/src/components/views/voip/CallView.tsx +++ b/src/components/views/voip/CallView.tsx @@ -40,11 +40,11 @@ interface IProps { // Another ongoing call to display information about secondaryCall?: MatrixCall, - // a callback which is called when the content in the callview changes + // a callback which is called when the content in the CallView changes // in a way that is likely to cause a resize. onResize?: any; - // Whether this call view is for picture-in-pictue mode + // Whether this call view is for picture-in-picture mode // otherwise, it's the larger call view when viewing the room the call is in. // This is sort of a proxy for a number of things but we currently have no // need to control those things separately, so this is simpler.