summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2015-09-12 20:29:39 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2015-09-12 20:35:27 +0200
commit63ea5aa72c8f24200e8b8b3712dee49b2dd5d4a6 (patch)
tree1f707620deb9cac0d8899b90ae5c2579cb70d9c8
parenteaacc340f75a26c843883d00671f89bde05dd104 (diff)
downloadnetwork-manager-applet-63ea5aa72c8f24200e8b8b3712dee49b2dd5d4a6.tar.gz
Fix a typo (addreess)
-rw-r--r--src/connection-editor/ce-page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection-editor/ce-page.c b/src/connection-editor/ce-page.c
index 2a2cf515..1194ed90 100644
--- a/src/connection-editor/ce-page.c
+++ b/src/connection-editor/ce-page.c
@@ -226,7 +226,7 @@ ce_page_mac_entry_valid (GtkEntry *entry, int type, const char *property_name, G
if (!nm_utils_hwaddr_valid (mac, nm_utils_hwaddr_len (type))) {
const char *addr_type;
- addr_type = type == ARPHRD_ETHER ? _("MAC address") : _("HW addreess");
+ addr_type = type == ARPHRD_ETHER ? _("MAC address") : _("HW address");
if (property_name) {
g_set_error (error, NMA_ERROR, NMA_ERROR_GENERIC,
_("invalid %s for %s (%s)"),