summaryrefslogtreecommitdiff
path: root/src/ppp/nm-ppp-manager-call.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppp/nm-ppp-manager-call.c')
-rw-r--r--src/ppp/nm-ppp-manager-call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppp/nm-ppp-manager-call.c b/src/ppp/nm-ppp-manager-call.c
index 5d0cdba686..feff6830bf 100644
--- a/src/ppp/nm-ppp-manager-call.c
+++ b/src/ppp/nm-ppp-manager-call.c
@@ -68,7 +68,7 @@ nm_ppp_manager_create(const char *iface, GError **error)
}
/* after loading glib types from the plugin, we cannot unload the library anymore.
- * Make it resident. */
+ * Make it resident. */
g_module_make_resident(plugin);
nm_assert(ops);