From f4e4daa0ad928353890b1eb23b6750ced89de24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 28 Apr 2020 01:43:16 +0200 Subject: Fix overview spelling. --- module/output/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/output/html.scm b/module/output/html.scm index 3969b574..00dad547 100644 --- a/module/output/html.scm +++ b/module/output/html.scm @@ -645,7 +645,7 @@ "monthly"))) (details (@ (open) (style "grid-area: cal")) - (summary "Month overwiew") + (summary "Month overview") (div (@ (class "smallcall-head")) ,(string-titlecase (date->string start-date "~B ~Y"))) ;; NOTE it might be a good idea to put the navigation buttons ;; earlier in the DOM-tree/tag order. At least Vimium's -- cgit v1.2.3