diff options
Diffstat (limited to 'calendar/gui/itip-utils.c')
-rw-r--r-- | calendar/gui/itip-utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c index b407f38693..b3566e51cf 100644 --- a/calendar/gui/itip-utils.c +++ b/calendar/gui/itip-utils.c @@ -204,8 +204,8 @@ itip_send_comp (CalComponentItipMethod method, CalComponent *comp) description = CORBA_string_dup (tempstr); show_inline = FALSE; - /* I need to create an encapsulating iCalendar component, and stuff our vEvent - into it. */ + /* Need to create an encapsulating iCalendar component, and + stuff our component into it. */ { icalcomponent *icomp, *clone; icalproperty *prop; |