summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael McClurg <michael.mcclurg@outlook.com>2020-06-30 10:54:07 -0600
committerMichael McClurg <michael.mcclurg@outlook.com>2020-06-30 10:54:07 -0600
commitb6f9bf76330fb0b80d0f9c9d66c2b824006a8ad8 (patch)
tree7849b3d744ed969b6a3625158d7614533c568780 /examples
parent70fbeb05e220dd8d93f6cc38fcf4d0273f73c293 (diff)
downloadlibical-git-b6f9bf76330fb0b80d0f9c9d66c2b824006a8ad8.tar.gz
Standardize verb forms
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 d17d91c0..9988dba0 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);