From 1a85b87fc9846879be0774a49993d3095eee36d1 Mon Sep 17 00:00:00 2001 From: Alexandre Franke Date: Thu, 2 Jun 2011 20:56:22 +0200 Subject: [PATCH] Fix typo --- clutter/clutter-media.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-media.c b/clutter/clutter-media.c index 6764781..c05e39b 100644 --- a/clutter/clutter-media.c +++ b/clutter/clutter-media.c @@ -89,7 +89,7 @@ clutter_media_default_init (ClutterMediaInterface *iface) */ pspec = g_param_spec_boolean ("playing", P_("Playing"), - P_("Wheter the actor is playing"), + P_("Whether the actor is playing"), FALSE, CLUTTER_PARAM_READWRITE); g_object_interface_install_property (iface, pspec); -- 2.7.4