[evolution-mapi] Two typos fixed
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-mapi] Two typos fixed
- Date: Thu, 26 Aug 2010 18:36:05 +0000 (UTC)
commit 7a652adcefb4249bcaf40fb5efc99d6e0a8c7b3f
Author: Claude Paroz <claude 2xlibre net>
Date: Thu Aug 26 20:35:59 2010 +0200
Two typos fixed
src/addressbook/e-book-backend-mapi.c | 2 +-
src/calendar/e-cal-backend-mapi.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/addressbook/e-book-backend-mapi.c b/src/addressbook/e-book-backend-mapi.c
index f273405..08ef743 100644
--- a/src/addressbook/e-book-backend-mapi.c
+++ b/src/addressbook/e-book-backend-mapi.c
@@ -1950,7 +1950,7 @@ mapi_error_to_edb_error (GError **perror, const GError *mapi_error, EDataBookSta
if (context)
err_msg = g_strconcat (context, mapi_error ? ": " : NULL, mapi_error ? mapi_error->message : NULL, NULL);
else if (!mapi_error)
- err_msg = g_strdup (_("Uknown error"));
+ err_msg = g_strdup (_("Unknown error"));
g_propagate_error (perror, e_data_book_create_error (code, err_msg ? err_msg : mapi_error->message));
diff --git a/src/calendar/e-cal-backend-mapi.c b/src/calendar/e-cal-backend-mapi.c
index 36f5324..bd0b5c9 100644
--- a/src/calendar/e-cal-backend-mapi.c
+++ b/src/calendar/e-cal-backend-mapi.c
@@ -129,7 +129,7 @@ mapi_error_to_edc_error (GError **perror, const GError *mapi_error, EDataCalCall
if (context)
err_msg = g_strconcat (context, mapi_error ? ": " : NULL, mapi_error ? mapi_error->message : NULL, NULL);
else if (!mapi_error)
- err_msg = g_strdup (_("Uknown error"));
+ err_msg = g_strdup (_("Unknown error"));
g_propagate_error (perror, EDC_ERROR_EX (code, err_msg ? err_msg : mapi_error->message));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]