docs: Fix typos in comments

This commit is contained in:
Tobias Stoeckmann
2025-09-03 21:33:53 +02:00
parent 19dce43557
commit 3d21160b85
10 changed files with 15 additions and 15 deletions

View File

@@ -1685,7 +1685,7 @@ remove_interfaces (GDBusObjectManagerClient *manager,
num_interfaces_to_remove = g_strv_length ((gchar **) interface_names);
/* see if we are going to completety remove the object */
/* see if we are going to completely remove the object */
g_object_ref (manager);
if (num_interfaces_to_remove == num_interfaces)
{