aboutsummaryrefslogtreecommitdiff
path: root/src/vcal.c
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-10-01 23:03:11 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-10-01 23:03:11 +0200
commitf0e2fe43a5e5e22342a13139815556ae3b373d6c (patch)
tree19acf9638371241e76c70451b33cb717a1247ae8 /src/vcal.c
parentAdd missing '$' sign in main. (diff)
downloadcalp-f0e2fe43a5e5e22342a13139815556ae3b373d6c.tar.gz
calp-f0e2fe43a5e5e22342a13139815556ae3b373d6c.tar.xz
Start moving to scheme structs.
Diffstat (limited to 'src/vcal.c')
-rw-r--r--src/vcal.c6
1 files changed, 3 insertions, 3 deletions
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);
}