Fix some spelling errors

https://gitlab.gnome.org/GNOME/mutter/merge_requests/45
This commit is contained in:
handsome-feng 2018-03-14 14:08:04 +08:00 committed by Jonas Ådahl
parent 19e55b9a8c
commit b8a81128e0
3 changed files with 3 additions and 3 deletions

View File

@ -324,7 +324,7 @@ _clutter_bezier_init (ClutterBezier *b,
* triggers, we need to change those two functions a bit.
*/
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.");
/*

View File

@ -592,7 +592,7 @@ _cogl_rectangles_validate_layer_cb (CoglPipeline *pipeline,
if (!warning_seen)
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);
warning_seen = TRUE;

View File

@ -698,7 +698,7 @@ wayland_data_read_cb (GObject *object,
return;
}
g_warning ("Error transfering wayland clipboard to X11: %s\n",
g_warning ("Error transferring wayland clipboard to X11: %s\n",
error->message);
g_error_free (error);