summaryrefslogtreecommitdiff
path: root/src/libicalss/icalfileset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libicalss/icalfileset.c')
-rw-r--r--src/libicalss/icalfileset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libicalss/icalfileset.c b/src/libicalss/icalfileset.c
index 65f7a8b4..57e787c5 100644
--- a/src/libicalss/icalfileset.c
+++ b/src/libicalss/icalfileset.c
@@ -787,7 +787,7 @@ icalsetiter icalfileset_begin_component(icalset *set, icalcomponent_kind kind, i
while (comp != 0) {
- /* check if it is a recurring component and with guage expand, if so
+ /* check if it is a recurring component and with gauge expand, if so
we need to add recurrence-id property to the given component */
rrule = icalcomponent_get_first_property(comp, ICAL_RRULE_PROPERTY);
g = icalgauge_get_expand(gauge);