Fix a typo.

2005-12-27  Matthias Clasen  <mclasen@redhat.com>

	* gdk/x11/gdkevents-x11.c (check_transform): Fix a typo.
This commit is contained in:
Matthias Clasen
2005-12-27 07:39:19 +00:00
committed by Matthias Clasen
parent 86838ffd06
commit 3a46c7f11e
3 changed files with 5 additions and 1 deletions

View File

@ -2887,7 +2887,7 @@ check_transform (const gchar *xsettings_name,
{
if (!g_value_type_transformable (src_type, dest_type))
{
g_warning ("Cannot tranform xsetting %s of type %s to type %s\n",
g_warning ("Cannot transform xsetting %s of type %s to type %s\n",
xsettings_name,
g_type_name (src_type),
g_type_name (dest_type));