mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fix comment/docs grammar: incase -> in case
This commit is contained in:
parent
a7a6449f4d
commit
db2ae64636
@ -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 */
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user