mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 10:28:58 +00:00
Fix some spelling errors
https://gitlab.gnome.org/GNOME/mutter/merge_requests/45
This commit is contained in:
parent
19e55b9a8c
commit
b8a81128e0
@ -324,7 +324,7 @@ _clutter_bezier_init (ClutterBezier *b,
|
|||||||
* triggers, we need to change those two functions a bit.
|
* triggers, we need to change those two functions a bit.
|
||||||
*/
|
*/
|
||||||
if (b->ax > 0x1fff || b->bx > 0x1fff || b->cx > 0x1fff)
|
if (b->ax > 0x1fff || b->bx > 0x1fff || b->cx > 0x1fff)
|
||||||
g_warning ("Calculated coefficents will result in multiplication "
|
g_warning ("Calculated coefficients will result in multiplication "
|
||||||
"overflow in clutter_bezier_t2x and clutter_bezier_t2y.");
|
"overflow in clutter_bezier_t2x and clutter_bezier_t2y.");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -592,7 +592,7 @@ _cogl_rectangles_validate_layer_cb (CoglPipeline *pipeline,
|
|||||||
|
|
||||||
if (!warning_seen)
|
if (!warning_seen)
|
||||||
g_warning ("Skipping layer %d of your pipeline consisting of "
|
g_warning ("Skipping layer %d of your pipeline consisting of "
|
||||||
"a sliced texture (unsuported for multi texturing)",
|
"a sliced texture (unsupported for multi texturing)",
|
||||||
state->i);
|
state->i);
|
||||||
warning_seen = TRUE;
|
warning_seen = TRUE;
|
||||||
|
|
||||||
|
@ -698,7 +698,7 @@ wayland_data_read_cb (GObject *object,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_warning ("Error transfering wayland clipboard to X11: %s\n",
|
g_warning ("Error transferring wayland clipboard to X11: %s\n",
|
||||||
error->message);
|
error->message);
|
||||||
g_error_free (error);
|
g_error_free (error);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user