summaryrefslogtreecommitdiff
path: root/libnm/nm-client.c
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2017-05-11 12:08:02 +0200
committerFrancesco Giudici <fgiudici@redhat.com>2017-05-15 15:52:21 +0200
commit23bc781063f98a2aa7038e26f4d385a0facf5621 (patch)
treeedad8cf4a6ca66c2275812e1403e84cb16ee378c /libnm/nm-client.c
parent234bc0adcfeb97f6f293c1f862c68bf7263a219d (diff)
downloadNetworkManager-23bc781063f98a2aa7038e26f4d385a0facf5621.tar.gz
all/trivial: fix few comment typos
Diffstat (limited to 'libnm/nm-client.c')
-rw-r--r--libnm/nm-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-client.c b/libnm/nm-client.c
index 47f1548e24..53d52f6151 100644
--- a/libnm/nm-client.c
+++ b/libnm/nm-client.c
@@ -1006,7 +1006,7 @@ activate_cb (GObject *object,
* picks the best available connection for the device and activates it.
*
* Note that the callback is invoked when NetworkManager has started activating
- * the new connection, not when it finishes. You can used the returned
+ * the new connection, not when it finishes. You can use the returned
* #NMActiveConnection object (in particular, #NMActiveConnection:state) to
* track the activation to its completion.
**/