summaryrefslogtreecommitdiff
path: root/gio/gdbusinterfaceskeleton.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gdbusinterfaceskeleton.c')
-rw-r--r--gio/gdbusinterfaceskeleton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gdbusinterfaceskeleton.c b/gio/gdbusinterfaceskeleton.c
index 4dd17af9c..4c82bd0a4 100644
--- a/gio/gdbusinterfaceskeleton.c
+++ b/gio/gdbusinterfaceskeleton.c
@@ -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 */