summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-03-15 18:53:24 +0100
committerThomas Haller <thaller@redhat.com>2016-03-15 18:53:24 +0100
commitecd42cd915abb78167aa7cb27c90458db6526740 (patch)
tree6fb5db1c929e6b123c8e373c49955a02b5c61bce
parent35586da48e45246fa6ff932da965bda1370e13fb (diff)
downloadNetworkManager-ecd42cd915abb78167aa7cb27c90458db6526740.tar.gz
libnm-util: reword code comment
-rw-r--r--libnm-util/nm-connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-util/nm-connection.c b/libnm-util/nm-connection.c
index 98de9b8f17..c440fb1b28 100644
--- a/libnm-util/nm-connection.c
+++ b/libnm-util/nm-connection.c
@@ -396,8 +396,8 @@ nm_connection_replace_settings (NMConnection *connection,
*
* Returns: %TRUE if the settings were valid after replacing the connection, %FALSE
* if they were not. Regardless of whether %TRUE or %FALSE is returned, the connection
- * is successfully replaced. %FALSE only means, that after the operation that the
- * connection does not verifiy.
+ * is successfully replaced. %FALSE only means, that the connection does not verify
+ * at the end of the operation.
*
* Since: 0.9.10
**/