[network-manager-applet/nma-1-0] Fix a typo (addreess)



commit 5886f7393ef3aff2f3786fa4ce7b3b34ba38d47f
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Sep 12 20:41:00 2015 +0200

    Fix a typo (addreess)

 src/connection-editor/ce-page.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/connection-editor/ce-page.c b/src/connection-editor/ce-page.c
index c7ce73e..0543558 100644
--- a/src/connection-editor/ce-page.c
+++ b/src/connection-editor/ce-page.c
@@ -307,7 +307,7 @@ ce_page_mac_entry_valid (GtkEntry *entry, int type, const char *property_name, G
            &&  !_mac_is_valid (mac, 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)"),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]