From e367725cce27790bf01b43a1ec5ea9c44db27d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 27 Apr 2021 12:05:46 +0200 Subject: [PATCH] Fix casing 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/voip/CallView.tsx b/src/components/views/voip/CallView.tsx index e1a0289d9e..7be473f78f 100644 --- a/src/components/views/voip/CallView.tsx +++ b/src/components/views/voip/CallView.tsx @@ -312,7 +312,7 @@ export default class CallView extends React.Component { } // we register global shortcuts here, they *must not conflict* with local shortcuts elsewhere or both will fire - // Note that this assumes we always have a callview on screen at any given time + // Note that this assumes we always have a CallView on screen at any given time // CallHandler would probably be a better place for this private onNativeKeyDown = ev => { let handled = false;