[network-manager-applet] Fix a typo (addreess)
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] Fix a typo (addreess)
- Date: Sat, 12 Sep 2015 18:36:48 +0000 (UTC)
commit 63ea5aa72c8f24200e8b8b3712dee49b2dd5d4a6
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sat Sep 12 20:29:39 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 2a2cf51..1194ed9 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)"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]