summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2014-11-12 15:28:33 +0100
committerJiří Klimeš <jklimes@redhat.com>2014-11-12 15:30:54 +0100
commit0391c8b161a029150c0a0b6f3b9803be4e3724b3 (patch)
tree3e12d0e3b1cd54a5f7f54a77858a5249391b9809
parenta928ce89ef90ce2e6f66e025d30e7d174dd46042 (diff)
downloadNetworkManager-0391c8b161a029150c0a0b6f3b9803be4e3724b3.tar.gz
trivial: fix description of route-metric
-rw-r--r--libnm-core/nm-setting-ip-config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-core/nm-setting-ip-config.c b/libnm-core/nm-setting-ip-config.c
index 0a781798fe..8db1d603c0 100644
--- a/libnm-core/nm-setting-ip-config.c
+++ b/libnm-core/nm-setting-ip-config.c
@@ -2209,8 +2209,8 @@ nm_setting_ip_config_class_init (NMSettingIPConfigClass *setting_class)
* The metric applies to dynamic routes, manual (static) routes that
* don't have an explicit metric setting, address prefix routes, and
* the default route.
- * Note that for IPv6, the kernel accepts accepts zero (0) but coerces
- * it to 1024 (user default). Hence, setting this value to zero effectively
+ * Note that for IPv6, the kernel accepts zero (0) but coerces it to
+ * 1024 (user default). Hence, setting this property to zero effectively
* mean setting it to 1024.
* For IPv4, zero is a regular value for the metric.
**/