[evolution-ews] Some clean up and spelling fix in comments.
- From: Pavel Ocheretny <pocheretny src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Some clean up and spelling fix in comments.
- Date: Mon, 29 Aug 2011 07:36:49 +0000 (UTC)
commit ab25ed2763d7d5edb90b73011cf96d097c552046
Author: Pavel Ocheretny <pavel ocheretny intel com>
Date: Mon Aug 29 10:30:27 2011 +0300
Some clean up and spelling fix in comments.
src/calendar/e-cal-backend-ews.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-ews.c b/src/calendar/e-cal-backend-ews.c
index ba74246..87cda3a 100644
--- a/src/calendar/e-cal-backend-ews.c
+++ b/src/calendar/e-cal-backend-ews.c
@@ -919,7 +919,6 @@ e_cal_rid_to_index (const char *rid, icalcomponent *comp, GError **error)
struct icaltimetype dtstart = icalcomponent_get_dtstart (comp);
icalrecur_iterator* ritr = icalrecur_iterator_new (rule, dtstart);
icaltimetype next = icalrecur_iterator_next (ritr),
- /*o_time = icaltime_from_string_with_zone (rid, dtstart.zone);*/
o_time = icaltime_from_string (rid);
o_time.zone = dtstart.zone;
@@ -2935,7 +2934,7 @@ add_item_to_cache (ECalBackendEws *cbews, EEwsItem *item)
icalparameter *param, *cu_type;
char *mailtoname;
EwsAttendee *attendee = (EwsAttendee *)l->data;
- /*remove orginizer for attendeees list*/
+ /*remove organizer for attendees list*/
if (g_ascii_strcasecmp (org_email_address, attendee->mailbox->email)== 0)
continue;
@@ -3181,7 +3180,7 @@ ews_cal_sync_items_ready_cb (GObject *obj, GAsyncResult *res, gpointer user_data
if (priv->opening_ctx) {
/* Report success/failure for calendar open if pending,
translating an authentication failure into something that
- will be recognised and handled appropriately */
+ will be recognized and handled appropriately */
if (error && error->domain == EWS_CONNECTION_ERROR &&
error->code == EWS_CONNECTION_ERROR_AUTHENTICATION_FAILED) {
e_data_cal_notify_open(priv->opening_cal, priv->opening_ctx,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]