summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-wireless.c
diff options
context:
space:
mode:
authorpoma <pomidorabelisima@gmail.com>2016-07-11 21:13:17 +0200
committerThomas Haller <thaller@redhat.com>2016-07-11 21:24:04 +0200
commit846dc443ced308a9fb4fe8cd7e523ae80636a7f5 (patch)
tree251d7906d6b768a41c98071eaae60299493bd239 /libnm-core/nm-setting-wireless.c
parentd060958a6dc98e3afe224b297ffaaf7d82d41daf (diff)
downloadNetworkManager-846dc443ced308a9fb4fe8cd7e523ae80636a7f5.tar.gz
doc: fix typo for cloned-mac-address documentation
https://mail.gnome.org/archives/networkmanager-list/2016-July/msg00006.html
Diffstat (limited to 'libnm-core/nm-setting-wireless.c')
-rw-r--r--libnm-core/nm-setting-wireless.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-wireless.c b/libnm-core/nm-setting-wireless.c
index 2aa29c9ee3..a7f58fe5d2 100644
--- a/libnm-core/nm-setting-wireless.c
+++ b/libnm-core/nm-setting-wireless.c
@@ -1392,7 +1392,7 @@ nm_setting_wireless_class_init (NMSettingWirelessClass *setting_wireless_class)
* format: string
* description: The new field for the cloned MAC address. It can be either
* a hardware address in ASCII representation, or one of the special values
- * "preserve", "permanent", "random", "random" or "stable".
+ * "preserve", "permanent", "random" or "stable".
* This field replaces the deprecated "cloned-mac-address" on D-Bus, which
* can only contain explict hardware addresses.
* ---end---