[libical-glib] Correct a typo in the comment of the method i_cal_component_get_first_component



commit 8ea916d53915ecf6d896825142cb20785177ccd4
Author: William Yu <williamyu gnome org>
Date:   Sat Mar 21 09:40:05 2015 -0400

    Correct a typo in the comment of the method i_cal_component_get_first_component

 src/api/i-cal-component.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/api/i-cal-component.xml b/src/api/i-cal-component.xml
index 89096c1..02a2327 100644
--- a/src/api/i-cal-component.xml
+++ b/src/api/i-cal-component.xml
@@ -126,7 +126,7 @@
         <parameter type="ICalComponent *" name="component" comment="A #ICalComponent."/>
         <parameter type="ICalComponentKind" name="kind" comment="A #ICalComponentKind."/>
         <returns type="ICalComponent *" annotation="transfer full" translator_argus="(GObject *)component" 
comment="The first #ICalComponent."/>
-        <comment xml:space="preserve">Get the first #ICalComponent with specific kind in 
#ICalComponent.></comment>
+        <comment xml:space="preserve">Get the first #ICalComponent with specific kind in 
#ICalComponent.</comment>
     </method>
     <method name="i_cal_component_get_next_component" corresponds="icalcomponent_get_next_component" 
since="1.0">
         <parameter type="ICalComponent *" name="component" comment="A #ICalComponent."/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]