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 */

View File

@ -5025,7 +5025,7 @@ dispatch_unix_signals_unlocked (void)
GSList *node;
gint i;
/* clear this first incase another one arrives while we're processing */
/* clear this first in case another one arrives while we're processing */
any_unix_signal_pending = FALSE;
/* We atomically test/clear the bit from the global array in case
@ -5676,7 +5676,7 @@ g_main_context_invoke (GMainContext *context,
* invocation of @function.
*
* This function is the same as g_main_context_invoke() except that it
* lets you specify the priority incase @function ends up being
* lets you specify the priority in case @function ends up being
* scheduled as an idle and also lets you give a #GDestroyNotify for @data.
*
* @notify should not assume that it is called from any particular