Fix comment/docs grammar: incase -> in case

This commit is contained in:
Robert Ancell
2017-09-15 13:50:41 +12:00
parent a7a6449f4d
commit db2ae64636
2 changed files with 3 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ g_dbus_interface_skeleton_finalize (GObject *object)
{
GDBusInterfaceSkeleton *interface = G_DBUS_INTERFACE_SKELETON (object);
/* Hold the lock just incase any code we call verifies that the lock is held */
/* Hold the lock just in case any code we call verifies that the lock is held */
g_mutex_lock (&interface->priv->lock);
/* unexport from all connections if we're exported anywhere */