summaryrefslogtreecommitdiff
path: root/src/libicalss/icalbdbset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libicalss/icalbdbset.c')
-rw-r--r--src/libicalss/icalbdbset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libicalss/icalbdbset.c b/src/libicalss/icalbdbset.c
index f06b38e7..81c6e21f 100644
--- a/src/libicalss/icalbdbset.c
+++ b/src/libicalss/icalbdbset.c
@@ -1271,7 +1271,7 @@ icalsetiter icalbdbset_begin_component(icalset *set, icalcomponent_kind kind,
/* if there is a gauge, the first matched component is returned */
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);