From af3dd704e94e4d3403c58859b23c3f3fc730de8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sat, 15 Oct 2022 19:10:44 +0200 Subject: [PATCH] fix typo. Danke, Jonah --- onlinetichu-counter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onlinetichu-counter.js b/onlinetichu-counter.js index d1377b9..44eec0c 100644 --- a/onlinetichu-counter.js +++ b/onlinetichu-counter.js @@ -579,7 +579,7 @@ function injectCounter() { }; -// Special care is to be taken to safely inject our javascript into the websiet +// Special care is to be taken to safely inject our javascript into the website // without the website being able to talk back to greasemonkey // (which would be a security problem) // see