From f0e2fe43a5e5e22342a13139815556ae3b373d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 1 Oct 2019 23:03:11 +0200 Subject: Start moving to scheme structs. --- src/vcal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/vcal.c') diff --git a/src/vcal.c b/src/vcal.c index 74af44be..29177bf3 100644 --- a/src/vcal.c +++ b/src/vcal.c @@ -61,11 +61,11 @@ INIT_F(vcomponent, const char* type, const char* filename) { /* * NOTE * RFC-7986 adds additional parameters linked to this one. - * - `SOURCE' :: where a (possibly) updated version of the data can be - * found + * - `SOURCE' :: where a (possibly) updated version of the + * data can be found * - `URL' :: Where the same data can be fonud, but * differently (but not where the original data can be fonud - * agani). + * again). */ vcomponent_push_val (self, "X-HNH-FILENAME", filename); } -- cgit v1.2.3