Fix typo
authorAlexandre Franke <alexandre.franke@gmail.com>
Thu, 2 Jun 2011 18:56:22 +0000 (20:56 +0200)
committerAlexandre Franke <alexandre.franke@gmail.com>
Thu, 2 Jun 2011 20:16:45 +0000 (22:16 +0200)
clutter/clutter-media.c

index 6764781..c05e39b 100644 (file)
@@ -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);