summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-connection.c
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2017-05-28 17:34:31 +0300
committerThomas Haller <thaller@redhat.com>2017-05-28 17:33:37 +0200
commit0050e8bd34baec6cc4a10c39a72a929cafe0bcb9 (patch)
tree1b24f1dba612579f4cc9b188b4ce737687b6d520 /libnm-core/nm-setting-connection.c
parent7bafe6decec74581e2c8c1de9b1abcd6ae4374ca (diff)
downloadNetworkManager-0050e8bd34baec6cc4a10c39a72a929cafe0bcb9.tar.gz
all: fix typos in documentation, translated strings and comments
https://bugzilla.gnome.org/show_bug.cgi?id=783173
Diffstat (limited to 'libnm-core/nm-setting-connection.c')
-rw-r--r--libnm-core/nm-setting-connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-core/nm-setting-connection.c b/libnm-core/nm-setting-connection.c
index 38f3bf4480..2d2247fe4c 100644
--- a/libnm-core/nm-setting-connection.c
+++ b/libnm-core/nm-setting-connection.c
@@ -1462,7 +1462,7 @@ nm_setting_connection_class_init (NMSettingConnectionClass *setting_class)
* hosts/devices yields different addresses.
*
* If the value is unset, an ID unique for the connection is used.
- * Specifing a stable-id allows multiple connections to generate the
+ * Specifying a stable-id allows multiple connections to generate the
* same addresses. Another use is to generate IDs at runtime via
* dynamic substitutions.
*
@@ -1642,7 +1642,7 @@ nm_setting_connection_class_init (NMSettingConnectionClass *setting_class)
/**
* NMSettingConnection:autoconnect-retries:
*
- * The number of times a connection should be tried when autoctivating before
+ * The number of times a connection should be tried when autoactivating before
* giving up. Zero means forever, -1 means the global default (4 times if not
* overridden).
*/