summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2020-07-20 09:29:37 -0400
committerAllen Winter <allen.winter@kdab.com>2020-07-20 09:29:37 -0400
commitc0d92d4e0ff111988b48ee920f2ba9363f64653d (patch)
treed88af45116547912394b8b47133d4682a3feae8c /examples
parent95007181656054baa4679d109339309b8821ad3b (diff)
parent4debd0cab7a900dcede4f4429ef7e276837be5e4 (diff)
downloadlibical-git-c0d92d4e0ff111988b48ee920f2ba9363f64653d.tar.gz
Merge branch '3.0'
Diffstat (limited to 'examples')
-rw-r--r--examples/access_properties_and_parameters.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/access_properties_and_parameters.c b/examples/access_properties_and_parameters.c
index f36367d2..e4c13f40 100644
--- a/examples/access_properties_and_parameters.c
+++ b/examples/access_properties_and_parameters.c
@@ -3,7 +3,7 @@
#include <libical/ical.h>
#include <stdlib.h>
-/* Get a particular parameter out of a component. This routine will
+/* Gets a particular parameter out of a component. This routine will
return a list of strings of all attendees who are required. Note
that this routine assumes that the component that we pass in is a
VEVENT. */
@@ -143,7 +143,7 @@ void test_properties()
printf("Value: %s", str);
free(str);
- /* Free the original and the clone */
+ /* Frees the original and the clone */
icalproperty_free(clone);
icalproperty_free(prop);