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:
committed by
Matthias Clasen
parent
86838ffd06
commit
3a46c7f11e
@ -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));
|
||||
|
||||
Reference in New Issue
Block a user