From 916df412f5b6f7fb9bcfb705a3c8c23e35304410 Mon Sep 17 00:00:00 2001 From: Thomas Renes Date: Sat, 8 Jan 2022 16:25:17 +0100 Subject: Fix various typos and spelling errors in documentation, comments and code. (#4134) --- p/scripts/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/scripts/main.js') diff --git a/p/scripts/main.js b/p/scripts/main.js index 21420872f..ca3bb2b9d 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -1005,7 +1005,7 @@ function init_stream(stream) { } el = ev.target.closest('.item.title > a'); - if (el) { // Allow default control-click behaviour such as open in backround-tab + if (el) { // Allow default control-click behaviour such as open in background-tab return ev.ctrlKey; } -- cgit v1.2.3