summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2019-01-25 11:21:58 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2019-01-25 11:21:58 +0100
commit4ecd4f8cf93737e17ea877bcff8594515afcc045 (patch)
treed0a0570e3c3c876248491ce57a27728eeb301d42
parentd81e10942fda8b6cb163fc1d631cd44eb35e3b91 (diff)
downloadNetworkManager-4ecd4f8cf93737e17ea877bcff8594515afcc045.tar.gz
libnm-core: fix gtk-doc comment
Fixes: d81e10942fda8b6cb163fc1d631cd44eb35e3b91
-rw-r--r--libnm-core/nm-setting-connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-connection.c b/libnm-core/nm-setting-connection.c
index 0cdb59ceb5..ee91ed5d96 100644
--- a/libnm-core/nm-setting-connection.c
+++ b/libnm-core/nm-setting-connection.c
@@ -1633,7 +1633,7 @@ nm_setting_connection_class_init (NMSettingConnectionClass *klass)
* at runtime. Currently supported are "${CONNECTION}", "${DEVICE}", "${MAC}",
* "${BOOT}", "${RANDOM}".
* These effectively create unique IDs per-connection, per-device, per-boot,
- * or every time. Note that "${DEVICE}" corresponds the interface name of the
+ * or every time. Note that "${DEVICE}" corresponds to the interface name of the
* device and "${MAC}" is the permanent MAC address of the device.
* Any unrecognized patterns following '$' are treated verbatim, however
* are reserved for future use. You are thus advised to avoid '$' or