aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-06-25 23:54:48 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-06-25 23:54:48 +0200
commitdbd8713dda050a7b7147de6e5eacbf43d7fcc2db (patch)
treebe8ca4fb35165df0fae371ca7a3528802445982e /module/vcomponent/recurrence
parentMinor changes to vcomponent base. (diff)
downloadcalp-dbd8713dda050a7b7147de6e5eacbf43d7fcc2db.tar.gz
calp-dbd8713dda050a7b7147de6e5eacbf43d7fcc2db.tar.xz
Fix number of problems with new serializers.
Diffstat (limited to 'module/vcomponent/recurrence')
-rw-r--r--module/vcomponent/recurrence/internal.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/recurrence/internal.scm b/module/vcomponent/recurrence/internal.scm
index 8c295bb9..738c80de 100644
--- a/module/vcomponent/recurrence/internal.scm
+++ b/module/vcomponent/recurrence/internal.scm
@@ -127,7 +127,7 @@
(map-fields
(lambda (field value)
`(,(downcase-symbol field)
- ,(field->string filed value)))
+ ,(field->string field value)))
rrule))