summaryrefslogtreecommitdiff
path: root/addressbook
diff options
context:
space:
mode:
authorAnders Jonsson <anders.jonsson@norsjovallen.se>2014-12-12 13:54:40 +0100
committerMilan Crha <mcrha@redhat.com>2014-12-12 13:54:40 +0100
commitd567edf7f608442bae7b820c504a20b01eaa30d3 (patch)
treec25fb2d13253c044ac6df50f18a6b2cee5eda32a /addressbook
parentc04e0cb3b3113a49f695619d384a977a3f1e7ab0 (diff)
downloadevolution-data-server-d567edf7f608442bae7b820c504a20b01eaa30d3.tar.gz
Bug 735807 - Correct EPhoneNumber spelling errors
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/libebook-contacts/e-phone-number.c4
-rw-r--r--addressbook/libebook-contacts/e-phone-number.h4
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 60f1741db..180c39a19 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 376e95ca5..614f46fc1 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.