aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/parse.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent/parse.scm')
-rw-r--r--module/vcomponent/parse.scm2
1 files changed, 1 insertions, 1 deletions
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))