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/exchange-calendar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/exchange-operations/exchange-calendar.c') 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