[evolution-data-server] Fix a misspelling of "calendar".
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fix a misspelling of "calendar".
- Date: Sun, 31 Jan 2010 14:05:32 +0000 (UTC)
commit a952e79d87f7d18474b21279cba048f423a9ae8b
Author: Bruce Cowan <bugs bcowan fastmail co uk>
Date: Sun Jan 31 09:04:49 2010 -0500
Fix a misspelling of "calendar".
.../backends/groupwise/e-cal-backend-groupwise.c | 2 +-
calendar/libedata-cal/e-data-cal.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/calendar/backends/groupwise/e-cal-backend-groupwise.c b/calendar/backends/groupwise/e-cal-backend-groupwise.c
index 3b7e15b..8ea5035 100644
--- a/calendar/backends/groupwise/e-cal-backend-groupwise.c
+++ b/calendar/backends/groupwise/e-cal-backend-groupwise.c
@@ -1225,7 +1225,7 @@ e_cal_backend_groupwise_is_read_only (ECalBackendSync *backend, EDataCal *cal, g
return GNOME_Evolution_Calendar_Success;
}
-/* return email address of the person who opened the calender */
+/* return email address of the person who opened the calendar */
static ECalBackendSyncStatus
e_cal_backend_groupwise_get_cal_address (ECalBackendSync *backend, EDataCal *cal, gchar **address)
{
diff --git a/calendar/libedata-cal/e-data-cal.c b/calendar/libedata-cal/e-data-cal.c
index 86f0066..ab084b5 100644
--- a/calendar/libedata-cal/e-data-cal.c
+++ b/calendar/libedata-cal/e-data-cal.c
@@ -634,7 +634,7 @@ e_data_cal_notify_object_modified (EDataCal *cal, EServerMethodContext context,
{
DBusGMethodInvocation *method = context;
if (status != Success) {
- dbus_g_method_return_error (method, g_error_new (E_DATA_CAL_ERROR, status, _("Cannot modify calender object")));
+ dbus_g_method_return_error (method, g_error_new (E_DATA_CAL_ERROR, status, _("Cannot modify calendar object")));
} else {
e_cal_backend_notify_object_modified (cal->priv->backend, old_object, object);
dbus_g_method_return (method);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]