aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-calendar.c
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2006-02-27 19:25:41 +0800
committerSushma Rai <rsushma@src.gnome.org>2006-02-27 19:25:41 +0800
commit6e8744011c509a48736911545e0616047c8a8116 (patch)
tree2dd98700f260477c1727bc798e6131a80064473b /plugins/exchange-operations/exchange-calendar.c
parentfe71fc1db26dfedb3809ab894f83893956079e87 (diff)
downloadgsoc2013-evolution-6e8744011c509a48736911545e0616047c8a8116.tar
gsoc2013-evolution-6e8744011c509a48736911545e0616047c8a8116.tar.gz
gsoc2013-evolution-6e8744011c509a48736911545e0616047c8a8116.tar.bz2
gsoc2013-evolution-6e8744011c509a48736911545e0616047c8a8116.tar.lz
gsoc2013-evolution-6e8744011c509a48736911545e0616047c8a8116.tar.xz
gsoc2013-evolution-6e8744011c509a48736911545e0616047c8a8116.tar.zst
gsoc2013-evolution-6e8744011c509a48736911545e0616047c8a8116.zip
Fixed the typo "retrun" to "return"
svn path=/trunk/; revision=31592
Diffstat (limited to 'plugins/exchange-operations/exchange-calendar.c')
-rw-r--r--plugins/exchange-operations/exchange-calendar.c2
1 files changed, 1 insertions, 1 deletions
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;