[evolution-data-server] Bug 735807 - Correct EPhoneNumber spelling errors
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug 735807 - Correct EPhoneNumber spelling errors
- Date: Fri, 12 Dec 2014 12:55:28 +0000 (UTC)
commit d567edf7f608442bae7b820c504a20b01eaa30d3
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date: Fri Dec 12 13:54:40 2014 +0100
Bug 735807 - Correct EPhoneNumber spelling errors
addressbook/libebook-contacts/e-phone-number.c | 4 ++--
addressbook/libebook-contacts/e-phone-number.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/addressbook/libebook-contacts/e-phone-number.c b/addressbook/libebook-contacts/e-phone-number.c
index 60f1741..180c39a 100644
--- a/addressbook/libebook-contacts/e-phone-number.c
+++ b/addressbook/libebook-contacts/e-phone-number.c
@@ -40,7 +40,7 @@ e_phone_number_error_to_string (EPhoneNumberError code)
case E_PHONE_NUMBER_ERROR_NOT_IMPLEMENTED:
return _("The library was built without phone number support.");
case E_PHONE_NUMBER_ERROR_UNKNOWN:
- return _("The phone number parser reported an yet unkown error code.");
+ return _("The phone number parser reported a yet unknown error code.");
case E_PHONE_NUMBER_ERROR_NOT_A_NUMBER:
return _("Not a phone number");
case E_PHONE_NUMBER_ERROR_INVALID_COUNTRY_CODE:
@@ -69,7 +69,7 @@ _e_phone_number_set_error (GError **error,
*
* Checks if phone number support is available. It is recommended to call this
* function before using any of the phone-utils functions to ensure that the
- * required functionality is available, and to pick alternative mechnisms if
+ * required functionality is available, and to pick alternative mechanisms if
* needed.
*
* Returns: %TRUE if phone number support is available.
diff --git a/addressbook/libebook-contacts/e-phone-number.h b/addressbook/libebook-contacts/e-phone-number.h
index 376e95c..614f46f 100644
--- a/addressbook/libebook-contacts/e-phone-number.h
+++ b/addressbook/libebook-contacts/e-phone-number.h
@@ -146,8 +146,8 @@ typedef enum {
* EPhoneNumberError:
* @E_PHONE_NUMBER_ERROR_NOT_IMPLEMENTED: the library was built without phone
* number support
- * @E_PHONE_NUMBER_ERROR_UNKNOWN: the phone number parser reported an yet
- * unkown error code.
+ * @E_PHONE_NUMBER_ERROR_UNKNOWN: the phone number parser reported a yet
+ * unknown error code.
* @E_PHONE_NUMBER_ERROR_INVALID_COUNTRY_CODE: the supplied phone number has an
* invalid country calling code.
* @E_PHONE_NUMBER_ERROR_NOT_A_NUMBER: the supplied text is not a phone number.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]