aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
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
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')
-rw-r--r--plugins/exchange-operations/ChangeLog4
-rw-r--r--plugins/exchange-operations/exchange-calendar.c2
2 files changed, 5 insertions, 1 deletions
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,5 +1,9 @@
2006-02-27 Sushma Rai <rsushma@novell.com>
+ * exchange-calendar.c (e_exchange_calendar_pcalendar): fixed a typo.
+
+2006-02-27 Sushma Rai <rsushma@novell.com>
+
* exchange-contacts.c (e_exchange_contacts_pcontacts): Check for NULL
account.
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;