summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael McClurg <michael.mcclurg@outlook.com>2020-06-30 16:55:41 -0600
committerMichael McClurg <michael.mcclurg@outlook.com>2020-06-30 16:55:41 -0600
commitc1df8bce67cac531d8d9d826d204ddab628e39c3 (patch)
treeda6fc3f9c132ef8ad8da26b200289c8ae38318f7
parentf4abe6c32be84dc8253f7e1fc1e0d968dc64eb85 (diff)
downloadlibical-git-c1df8bce67cac531d8d9d826d204ddab628e39c3.tar.gz
Capitalize first letter of sentences
-rw-r--r--src/libical-glib/api/i-cal-time.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libical-glib/api/i-cal-time.xml b/src/libical-glib/api/i-cal-time.xml
index 62531b77..c2d277bd 100644
--- a/src/libical-glib/api/i-cal-time.xml
+++ b/src/libical-glib/api/i-cal-time.xml
@@ -149,14 +149,14 @@
<parameter type="const ICalTime *" name="a" annotation="in, transfer none" comment="The #ICalTime to be compared"/>
<parameter type="const ICalTime *" name="b" annotation="in, transfer none" comment="The #ICalTime to be compared"/>
<returns type="gint" comment="-1, 0, or 1 to indicate that a less than b, a==b or a larger than b." />
- <comment xml:space="preserve">like i_cal_time_compare(), but only use the date parts.</comment>
+ <comment xml:space="preserve">Like i_cal_time_compare(), but only use the date parts.</comment>
</method>
<method name="i_cal_time_compare_date_only_tz" corresponds="icaltime_compare_date_only_tz" since="1.0">
<parameter type="const ICalTime *" name="a" annotation="in, transfer none" comment="The #ICalTime to be compared"/>
<parameter type="const ICalTime *" name="b" annotation="in, transfer none" comment="The #ICalTime to be compared"/>
<parameter type="ICalTimezone *" name="zone" annotation="nullable" comment="The target timezone"/>
<returns type="gint" comment="-1, 0, or 1 to indicate that a less than b, a==b or a larger than b." />
- <comment xml:space="preserve">like i_cal_time_compare_tz(), but only use the date parts.</comment>
+ <comment xml:space="preserve">Like i_cal_time_compare_tz(), but only use the date parts.</comment>
</method>
<method name="i_cal_time_adjust" corresponds="icaltime_adjust" since="1.0">
<parameter type="ICalTime *" name="tt" native_op="POINTER" comment="The #ICalTime to be set"/>
@@ -164,7 +164,7 @@
<parameter type="const gint" name="hours" comment="Difference of hours adjusted"/>
<parameter type="const gint" name="minutes" comment="Difference of minutes adjusted"/>
<parameter type="const gint" name="seconds" comment="Difference of seconds adjusted"/>
- <comment xml:space="preserve">like i_cal_time_compare_tz, but only use the date parts.</comment>
+ <comment xml:space="preserve">Like i_cal_time_compare_tz, but only use the date parts.</comment>
</method>
<method name="i_cal_time_normalize" corresponds="icaltime_normalize" since="1.0">
<parameter type="const ICalTime *" name="t" annotation="in, transfer none" comment="The #ICalTime to be normalized"/>