summaryrefslogtreecommitdiff
path: root/src/libical-glib/api/i-cal-recur.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/libical-glib/api/i-cal-recur.xml')
-rw-r--r--src/libical-glib/api/i-cal-recur.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libical-glib/api/i-cal-recur.xml b/src/libical-glib/api/i-cal-recur.xml
index e1d689b4..26b28e42 100644
--- a/src/libical-glib/api/i-cal-recur.xml
+++ b/src/libical-glib/api/i-cal-recur.xml
@@ -36,7 +36,7 @@
<method name="i_cal_recurrence_weekday_to_string" corresponds="icalrecur_weekday_to_string" since="2.0">
<parameter type="ICalRecurrenceWeekday" name="kind" comment="The frequency enum"/>
<returns type="const gchar *" comment="The string representation of weekday"/>
- <comment xml:space="preserve">Converts a enum representation to a string representation for the weekday.</comment>
+ <comment xml:space="preserve">Converts an enum representation to a string representation for the weekday.</comment>
</method>
<method name="i_cal_recurrence_frequency_from_string" corresponds="icalrecur_string_to_freq" since="2.0">
<parameter type="const gchar *" name="str" comment="The string representation of the frequency"/>
@@ -46,7 +46,7 @@
<method name="i_cal_recurrence_frequency_to_string" corresponds="icalrecur_freq_to_string" since="2.0">
<parameter type="ICalRecurrenceFrequency" name="kind" comment="The frequency enum"/>
<returns type="const gchar *" comment="The string representation of frequency"/>
- <comment xml:space="preserve">Converts a enum representation to a string representation for the frequency.</comment>
+ <comment xml:space="preserve">Converts an enum representation to a string representation for the frequency.</comment>
</method>
<method name="i_cal_recurrence_skip_from_string" corresponds="icalrecur_string_to_skip" since="2.0">
<parameter type="const gchar *" name="str" comment="The string representation of the skip"/>
@@ -56,6 +56,6 @@
<method name="i_cal_recurrence_skip_to_string" corresponds="icalrecur_skip_to_string" since="2.0">
<parameter type="ICalRecurrenceSkip" name="kind" comment="The frequency enum"/>
<returns type="const gchar *" comment="The string representation of skip"/>
- <comment xml:space="preserve">Converts a enum representation to a string representation for the skip.</comment>
+ <comment xml:space="preserve">Converts an enum representation to a string representation for the skip.</comment>
</method>
</structure>