summaryrefslogtreecommitdiff
path: root/src/nm-dbus-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-dbus-manager.c')
-rw-r--r--src/nm-dbus-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nm-dbus-manager.c b/src/nm-dbus-manager.c
index 9849656ddd..da632d5e55 100644
--- a/src/nm-dbus-manager.c
+++ b/src/nm-dbus-manager.c
@@ -1003,8 +1003,8 @@ _obj_register (NMDBusManager *self,
nm_assert (!c_list_is_empty (&obj->internal.registration_lst_head));
- /* Currently the interfaces of an object do not changed and strictly depend on the object glib type.
- * We don't need more flixibility, and it simplifies the code. Hence, now emit interface-added
+ /* Currently, the interfaces of an object do not changed and strictly depend on the object glib type.
+ * We don't need more flexibility, and it simplifies the code. Hence, now emit interface-added
* signal for the new object.
*
* Warning: note that if @obj's notify signal is currently blocked via g_object_freeze_notify(),