From 6e8744011c509a48736911545e0616047c8a8116 Mon Sep 17 00:00:00 2001 From: Sushma Rai Date: Mon, 27 Feb 2006 11:25:41 +0000 Subject: Fixed the typo "retrun" to "return" svn path=/trunk/; revision=31592 --- plugins/exchange-operations/ChangeLog | 4 ++++ plugins/exchange-operations/exchange-calendar.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 7ebe8ec037..9951041a46 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,7 @@ +2006-02-27 Sushma Rai + + * exchange-calendar.c (e_exchange_calendar_pcalendar): fixed a typo. + 2006-02-27 Sushma Rai * exchange-contacts.c (e_exchange_contacts_pcontacts): Check for NULL diff --git a/plugins/exchange-operations/exchange-calendar.c b/plugins/exchange-operations/exchange-calendar.c index c6291cfb5a..26d0dc8001 100644 --- a/plugins/exchange-operations/exchange-calendar.c +++ b/plugins/exchange-operations/exchange-calendar.c @@ -213,7 +213,7 @@ e_exchange_calendar_pcalendar (EPlugin *epl, EConfigHookItemFactoryData *data) account = exchange_operations_get_exchange_account (); if (!account) { g_free (calendar_old_source_uri); - retrun NULL; + return NULL; } account_name = account->account_name; -- cgit v1.2.3