From b6f9bf76330fb0b80d0f9c9d66c2b824006a8ad8 Mon Sep 17 00:00:00 2001 From: Michael McClurg Date: Tue, 30 Jun 2020 10:54:07 -0600 Subject: Standardize verb forms --- examples/access_properties_and_parameters.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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 #include -/* 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); -- cgit v1.2.1