From 8be804ad5f9e91befa0d1d5738b242ebc368cf36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 4 Nov 2019 14:14:53 +0100 Subject: Maybe fixed timezone? --- module/vcomponent/parse.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/vcomponent/parse.scm') diff --git a/module/vcomponent/parse.scm b/module/vcomponent/parse.scm index 04a06d54..f862b18a 100644 --- a/module/vcomponent/parse.scm +++ b/module/vcomponent/parse.scm @@ -40,7 +40,7 @@ (define (fold-proc ctx c) - ;; First extra character optionall read is to get the \n if our line + ;; First extra character optional read is to get the \n if our line ;; ended with \r\n. Secound read is to get the first character of the ;; next line. The initial \r which might recide in @var{c} is discarded. (let ((pair (cons (if (char=? #\newline (integer->char c)) -- cgit v1.2.3