From 846dc443ced308a9fb4fe8cd7e523ae80636a7f5 Mon Sep 17 00:00:00 2001 From: poma Date: Mon, 11 Jul 2016 21:13:17 +0200 Subject: [PATCH] doc: fix typo for cloned-mac-address documentation https://mail.gnome.org/archives/networkmanager-list/2016-July/msg00006.html --- libnm-core/nm-setting-wired.c | 2 +- libnm-core/nm-setting-wireless.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libnm-core/nm-setting-wired.c b/libnm-core/nm-setting-wired.c index 66ed9c48f0..fc5ab3e59f 100644 --- a/libnm-core/nm-setting-wired.c +++ b/libnm-core/nm-setting-wired.c @@ -1151,7 +1151,7 @@ nm_setting_wired_class_init (NMSettingWiredClass *setting_wired_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--- 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---